Html Css Color HEX #C03F46 Brick Red

📋 copy color: '#C03F46'

red 192 ◦ green 63 ◦ blue 70

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

Shades of Brick Red #C03F46

Tints of Brick Red #C03F46

RGB

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

 GREEN value IS 63 (25% from 255) = 19.38%

 BLUE value IS 70 (27.73% from 255) = 21.54%

R = 59.08%
G = 19.38%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C03F46 (or 0xC03F46) is known color: Brick Red. HEX triplet: C0, 3F and 46. RGB value is (192,63,70). Sum of RGB (Red+Green+Blue) = 192+63+70=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F46 is #3FC0B9. Grayscale: #666666. Windows color (decimal): -4178106 or 4603840. OLE color: 4603840.

HSL color Cylindrical-coordinate representation of color #C03F46: hue angle of 356.74º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03F46 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 63 70 -
CMYK 0 0.67 0.64 0.25
HSL 356.74º 0.51% 0.5% -
HSV(B) 356.74º 0.67% 0.75% -
XYZ 24.62 15.2 7.43 -
YUV 102.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 192 63 70 0 0.67 0.64 0.25 356.74 0.51 0.5
Hex C0 3F 46 0 43 40 19 165 33 32
Octal 300 77 106 0 103 100 31 545 63 62
Binary 11000000 111111 1000110 0 1000011 1000000 11001 101100101 110011 110010

Color Harmonies of #C03F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F46

Black with #C03F46

Text Example


Text Example

White with #C03F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F46; }

 p { color: rgb(192,63,70); }

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

background-color css

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

 a { background-color: rgb(192,63,70); }

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

border-color css

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

 span { border-color: rgb(192,63,70); }

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