Html Css Color HEX #C83B4B Brick Red

📋 copy color: '#C83B4B'

red 200 ◦ green 59 ◦ blue 75

#C83B4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #C83B4B

Tints of Brick Red #C83B4B

RGB

 RED value IS 200 (78.52% from 255) = 59.88%

 GREEN value IS 59 (23.44% from 255) = 17.66%

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 59.88%
G = 17.66%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C83B4B (or 0xC83B4B) is known color: Brick Red. HEX triplet: C8, 3B and 4B. RGB value is (200,59,75). Sum of RGB (Red+Green+Blue) = 200+59+75=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83B4B is #37C4B4. Grayscale: #676767. Windows color (decimal): -3654837 or 4930504. OLE color: 4930504.

HSL color Cylindrical-coordinate representation of color #C83B4B: hue angle of 353.19º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83B4B is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 59 75 -
CMYK 0 0.70 0.62 0.22
HSL 353.19º 0.56% 0.51% -
HSV(B) 353.19º 0.71% 0.78% -
XYZ 26.65 15.92 8.32 -
YUV 102.98 112.21 197.2 -
System Red Green Blue C M Y K H S L
Decimal 200 59 75 0 0.70 0.62 0.22 353.19 0.56 0.51
Hex C8 3B 4B 0 46 3E 16 161 38 33
Octal 310 73 113 0 106 76 26 541 70 63
Binary 11001000 111011 1001011 0 1000110 111110 10110 101100001 111000 110011

Color Harmonies of #C83B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83B4B

Black with #C83B4B

Text Example


Text Example

White with #C83B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83B4B; }

 p { color: rgb(200,59,75); }

 H1.HeaderClassName
 {
   color: #C83B4B;
 }
 .AnyTagClassName
 {
   color: #C83B4B;
 }
</style>

background-color css

<style>
 a { background-color: #C83B4B; }

 a { background-color: rgb(200,59,75); }

 div.DivClassName
 {
   background-color: #C83B4B;
 }
 .BgClassName
 {
   background-color: #C83B4B;
 }
</style>

border-color css

<style>
 span { border-color: #C83B4B; }

 span { border-color: rgb(200,59,75); }

 td.TdClassName
 {
   border-color: #C83B4B;
 }
 .TagClassName
 {
   border-color: #C83B4B;
 }
</style>