Html Css Color HEX #C03C43 Brick Red

📋 copy color: '#C03C43'

red 192 ◦ green 60 ◦ blue 67

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

Shades of Brick Red #C03C43

Tints of Brick Red #C03C43

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.81%

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

R = 60.19%
G = 18.81%
B = 21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C03C43 (or 0xC03C43) is known color: Brick Red. HEX triplet: C0, 3C and 43. RGB value is (192,60,67). Sum of RGB (Red+Green+Blue) = 192+60+67=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C43 is #3FC3BC. Grayscale: #646464. Windows color (decimal): -4178877 or 4406464. OLE color: 4406464.

HSL color Cylindrical-coordinate representation of color #C03C43: hue angle of 356.82º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03C43 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 60 67 -
CMYK 0 0.69 0.65 0.25
HSL 356.82º 0.52% 0.49% -
HSV(B) 356.82º 0.69% 0.75% -
XYZ 24.37 14.84 6.89 -
YUV 100.27 109.23 193.43 -
System Red Green Blue C M Y K H S L
Decimal 192 60 67 0 0.69 0.65 0.25 356.82 0.52 0.49
Hex C0 3C 43 0 45 41 19 165 34 31
Octal 300 74 103 0 105 101 31 545 64 61
Binary 11000000 111100 1000011 0 1000101 1000001 11001 101100101 110100 110001

Color Harmonies of #C03C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C43

Black with #C03C43

Text Example


Text Example

White with #C03C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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