Html Css Color HEX #C03A42 Brick Red

📋 copy color: '#C03A42'

red 192 ◦ green 58 ◦ blue 66

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

Shades of Brick Red #C03A42

Tints of Brick Red #C03A42

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.35%

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 60.76%
G = 18.35%
B = 20.89%

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

#C03A42 (or 0xC03A42) is known color: Brick Red. HEX triplet: C0, 3A and 42. RGB value is (192,58,66). Sum of RGB (Red+Green+Blue) = 192+58+66=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A42 is #3FC5BD. Grayscale: #636363. Windows color (decimal): -4179390 or 4340416. OLE color: 4340416.

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

Color convert

RGB 192 58 66 -
CMYK 0 0.70 0.66 0.25
HSL 356.42º 0.54% 0.49% -
HSV(B) 356.42º 0.7% 0.75% -
XYZ 24.23 14.63 6.7 -
YUV 98.98 109.39 194.35 -
System Red Green Blue C M Y K H S L
Decimal 192 58 66 0 0.70 0.66 0.25 356.42 0.54 0.49
Hex C0 3A 42 0 46 42 19 164 36 31
Octal 300 72 102 0 106 102 31 544 66 61
Binary 11000000 111010 1000010 0 1000110 1000010 11001 101100100 110110 110001

Color Harmonies of #C03A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A42

Black with #C03A42

Text Example


Text Example

White with #C03A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A42; }

 p { color: rgb(192,58,66); }

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

background-color css

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

 a { background-color: rgb(192,58,66); }

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

border-color css

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

 span { border-color: rgb(192,58,66); }

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