Html Css Color HEX #C03241 Brick Red

📋 copy color: '#C03241'

red 192 ◦ green 50 ◦ blue 65

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

Shades of Brick Red #C03241

Tints of Brick Red #C03241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 62.54%
G = 16.29%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C03241 (or 0xC03241) is known color: Brick Red. HEX triplet: C0, 32 and 41. RGB value is (192,50,65). Sum of RGB (Red+Green+Blue) = 192+50+65=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C03241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03241 is #3FCDBE. Grayscale: #5E5E5E. Windows color (decimal): -4181439 or 4272832. OLE color: 4272832.

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

Color convert

RGB 192 50 65 -
CMYK 0 0.74 0.66 0.25
HSL 353.66º 0.59% 0.47% -
HSV(B) 353.66º 0.74% 0.75% -
XYZ 23.83 13.87 6.42 -
YUV 94.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 192 50 65 0 0.74 0.66 0.25 353.66 0.59 0.47
Hex C0 32 41 0 4A 42 19 162 3B 2F
Octal 300 62 101 0 112 102 31 542 73 57
Binary 11000000 110010 1000001 0 1001010 1000010 11001 101100010 111011 101111

Color Harmonies of #C03241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03241

Black with #C03241

Text Example


Text Example

White with #C03241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03241; }

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

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

background-color css

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

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

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

border-color css

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

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

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