Html Css Color HEX #C03941 Brick Red

📋 copy color: '#C03941'

red 192 ◦ green 57 ◦ blue 65

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

Shades of Brick Red #C03941

Tints of Brick Red #C03941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.15%

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

R = 61.15%
G = 18.15%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C03941 (or 0xC03941) is known color: Brick Red. HEX triplet: C0, 39 and 41. RGB value is (192,57,65). Sum of RGB (Red+Green+Blue) = 192+57+65=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C03941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03941 is #3FC6BE. Grayscale: #626262. Windows color (decimal): -4179647 or 4274624. OLE color: 4274624.

HSL color Cylindrical-coordinate representation of color #C03941: hue angle of 356.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03941 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 57 65 -
CMYK 0 0.70 0.66 0.25
HSL 356.44º 0.54% 0.49% -
HSV(B) 356.44º 0.7% 0.75% -
XYZ 24.16 14.51 6.53 -
YUV 98.28 109.23 194.85 -
System Red Green Blue C M Y K H S L
Decimal 192 57 65 0 0.70 0.66 0.25 356.44 0.54 0.49
Hex C0 39 41 0 46 42 19 164 36 31
Octal 300 71 101 0 106 102 31 544 66 61
Binary 11000000 111001 1000001 0 1000110 1000010 11001 101100100 110110 110001

Color Harmonies of #C03941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03941

Black with #C03941

Text Example


Text Example

White with #C03941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03941; }

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

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

background-color css

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

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

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

border-color css

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

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

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