Html Css Color HEX #C83B48 Brick Red

📋 copy color: '#C83B48'

red 200 ◦ green 59 ◦ blue 72

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

Shades of Brick Red #C83B48

Tints of Brick Red #C83B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 60.42%
G = 17.82%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C83B48 (or 0xC83B48) is known color: Brick Red. HEX triplet: C8, 3B and 48. RGB value is (200,59,72). Sum of RGB (Red+Green+Blue) = 200+59+72=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83B48 is #37C4B7. Grayscale: #666666. Windows color (decimal): -3654840 or 4733896. OLE color: 4733896.

HSL color Cylindrical-coordinate representation of color #C83B48: hue angle of 354.47º 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 #C83B48 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 59 72 -
CMYK 0 0.70 0.64 0.22
HSL 354.47º 0.56% 0.51% -
HSV(B) 354.47º 0.71% 0.78% -
XYZ 26.55 15.88 7.8 -
YUV 102.64 110.71 197.44 -
System Red Green Blue C M Y K H S L
Decimal 200 59 72 0 0.70 0.64 0.22 354.47 0.56 0.51
Hex C8 3B 48 0 46 40 16 162 38 33
Octal 310 73 110 0 106 100 26 542 70 63
Binary 11001000 111011 1001000 0 1000110 1000000 10110 101100010 111000 110011

Color Harmonies of #C83B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83B48

Black with #C83B48

Text Example


Text Example

White with #C83B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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