Html Css Color HEX #C03B41 Brick Red

📋 copy color: '#C03B41'

red 192 ◦ green 59 ◦ blue 65

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

Shades of Brick Red #C03B41

Tints of Brick Red #C03B41

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.67%

 BLUE value IS 65 (25.78% from 255) = 20.57%

R = 60.76%
G = 18.67%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C03B41 (or 0xC03B41) is known color: Brick Red. HEX triplet: C0, 3B and 41. RGB value is (192,59,65). Sum of RGB (Red+Green+Blue) = 192+59+65=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B41 is #3FC4BE. Grayscale: #636363. Windows color (decimal): -4179135 or 4275136. OLE color: 4275136.

HSL color Cylindrical-coordinate representation of color #C03B41: hue angle of 357.29º degrees, saturation: 0.53, 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 #C03B41 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 59 65 -
CMYK 0 0.69 0.66 0.25
HSL 357.29º 0.53% 0.49% -
HSV(B) 357.29º 0.69% 0.75% -
XYZ 24.26 14.72 6.56 -
YUV 99.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 192 59 65 0 0.69 0.66 0.25 357.29 0.53 0.49
Hex C0 3B 41 0 45 42 19 165 35 31
Octal 300 73 101 0 105 102 31 545 65 61
Binary 11000000 111011 1000001 0 1000101 1000010 11001 101100101 110101 110001

Color Harmonies of #C03B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B41

Black with #C03B41

Text Example


Text Example

White with #C03B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B41; }

 p { color: rgb(192,59,65); }

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

background-color css

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

 a { background-color: rgb(192,59,65); }

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

border-color css

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

 span { border-color: rgb(192,59,65); }

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