Html Css Color HEX #C03244 Brick Red

📋 copy color: '#C03244'

red 192 ◦ green 50 ◦ blue 68

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

Shades of Brick Red #C03244

Tints of Brick Red #C03244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.94%

R = 61.94%
G = 16.13%
B = 21.94%

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

#C03244 (or 0xC03244) is known color: Brick Red. HEX triplet: C0, 32 and 44. RGB value is (192,50,68). Sum of RGB (Red+Green+Blue) = 192+50+68=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C03244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03244 is #3FCDBB. Grayscale: #5E5E5E. Windows color (decimal): -4181436 or 4469440. OLE color: 4469440.

HSL color Cylindrical-coordinate representation of color #C03244: hue angle of 352.39º 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 #C03244 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 68 -
CMYK 0 0.74 0.65 0.25
HSL 352.39º 0.59% 0.47% -
HSV(B) 352.39º 0.74% 0.75% -
XYZ 23.92 13.91 6.89 -
YUV 94.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 192 50 68 0 0.74 0.65 0.25 352.39 0.59 0.47
Hex C0 32 44 0 4A 41 19 160 3B 2F
Octal 300 62 104 0 112 101 31 540 73 57
Binary 11000000 110010 1000100 0 1001010 1000001 11001 101100000 111011 101111

Color Harmonies of #C03244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03244

Black with #C03244

Text Example


Text Example

White with #C03244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03244; }

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

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

background-color css

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

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

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

border-color css

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

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

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