Html Css Color HEX #C03F44 Brick Red

📋 copy color: '#C03F44'

red 192 ◦ green 63 ◦ blue 68

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

Shades of Brick Red #C03F44

Tints of Brick Red #C03F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.05%

R = 59.44%
G = 19.5%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C03F44 (or 0xC03F44) is known color: Brick Red. HEX triplet: C0, 3F and 44. RGB value is (192,63,68). Sum of RGB (Red+Green+Blue) = 192+63+68=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F44 is #3FC0BB. Grayscale: #666666. Windows color (decimal): -4178108 or 4472768. OLE color: 4472768.

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

Color convert

RGB 192 63 68 -
CMYK 0 0.67 0.65 0.25
HSL 357.67º 0.51% 0.5% -
HSV(B) 357.67º 0.67% 0.75% -
XYZ 24.56 15.18 7.1 -
YUV 102.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 192 63 68 0 0.67 0.65 0.25 357.67 0.51 0.5
Hex C0 3F 44 0 43 41 19 166 33 32
Octal 300 77 104 0 103 101 31 546 63 62
Binary 11000000 111111 1000100 0 1000011 1000001 11001 101100110 110011 110010

Color Harmonies of #C03F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F44

Black with #C03F44

Text Example


Text Example

White with #C03F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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