Html Css Color HEX #C03A43 Brick Red

📋 copy color: '#C03A43'

red 192 ◦ green 58 ◦ blue 67

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

Shades of Brick Red #C03A43

Tints of Brick Red #C03A43

RGB

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

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

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

R = 60.57%
G = 18.3%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C03A43 (or 0xC03A43) is known color: Brick Red. HEX triplet: C0, 3A and 43. RGB value is (192,58,67). Sum of RGB (Red+Green+Blue) = 192+58+67=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A43 is #3FC5BC. Grayscale: #636363. Windows color (decimal): -4179389 or 4405952. OLE color: 4405952.

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

Color convert

RGB 192 58 67 -
CMYK 0 0.70 0.65 0.25
HSL 355.97º 0.54% 0.49% -
HSV(B) 355.97º 0.7% 0.75% -
XYZ 24.26 14.64 6.86 -
YUV 99.09 109.89 194.27 -
System Red Green Blue C M Y K H S L
Decimal 192 58 67 0 0.70 0.65 0.25 355.97 0.54 0.49
Hex C0 3A 43 0 46 41 19 164 36 31
Octal 300 72 103 0 106 101 31 544 66 61
Binary 11000000 111010 1000011 0 1000110 1000001 11001 101100100 110110 110001

Color Harmonies of #C03A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A43

Black with #C03A43

Text Example


Text Example

White with #C03A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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