Html Css Color HEX #C03E44 Brick Red

📋 copy color: '#C03E44'

red 192 ◦ green 62 ◦ blue 68

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

Shades of Brick Red #C03E44

Tints of Brick Red #C03E44

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.25%

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

R = 59.63%
G = 19.25%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C03E44 (or 0xC03E44) is known color: Brick Red. HEX triplet: C0, 3E and 44. RGB value is (192,62,68). Sum of RGB (Red+Green+Blue) = 192+62+68=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E44 is #3FC1BB. Grayscale: #656565. Windows color (decimal): -4178364 or 4472512. OLE color: 4472512.

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

Color convert

RGB 192 62 68 -
CMYK 0 0.68 0.65 0.25
HSL 357.23º 0.51% 0.5% -
HSV(B) 357.23º 0.68% 0.75% -
XYZ 24.5 15.07 7.09 -
YUV 101.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 192 62 68 0 0.68 0.65 0.25 357.23 0.51 0.5
Hex C0 3E 44 0 44 41 19 165 33 32
Octal 300 76 104 0 104 101 31 545 63 62
Binary 11000000 111110 1000100 0 1000100 1000001 11001 101100101 110011 110010

Color Harmonies of #C03E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E44

Black with #C03E44

Text Example


Text Example

White with #C03E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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