Html Css Color HEX #C03243 Brick Red

📋 copy color: '#C03243'

red 192 ◦ green 50 ◦ blue 67

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

Shades of Brick Red #C03243

Tints of Brick Red #C03243

RGB

 RED value IS 192 (75.39% from 255) = 62.14%

 GREEN value IS 50 (19.92% from 255) = 16.18%

 BLUE value IS 67 (26.56% from 255) = 21.68%

R = 62.14%
G = 16.18%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C03243 (or 0xC03243) is known color: Brick Red. HEX triplet: C0, 32 and 43. RGB value is (192,50,67). Sum of RGB (Red+Green+Blue) = 192+50+67=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C03243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03243 is #3FCDBC. Grayscale: #5E5E5E. Windows color (decimal): -4181437 or 4403904. OLE color: 4403904.

HSL color Cylindrical-coordinate representation of color #C03243: hue angle of 352.82º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03243 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 67 -
CMYK 0 0.74 0.65 0.25
HSL 352.82º 0.59% 0.47% -
HSV(B) 352.82º 0.74% 0.75% -
XYZ 23.89 13.89 6.73 -
YUV 94.4 112.54 197.62 -
System Red Green Blue C M Y K H S L
Decimal 192 50 67 0 0.74 0.65 0.25 352.82 0.59 0.47
Hex C0 32 43 0 4A 41 19 161 3B 2F
Octal 300 62 103 0 112 101 31 541 73 57
Binary 11000000 110010 1000011 0 1001010 1000001 11001 101100001 111011 101111

Color Harmonies of #C03243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03243

Black with #C03243

Text Example


Text Example

White with #C03243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03243; }

 p { color: rgb(192,50,67); }

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

background-color css

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

 a { background-color: rgb(192,50,67); }

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

border-color css

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

 span { border-color: rgb(192,50,67); }

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