Html Css Color HEX #C03445 Brick Red

📋 copy color: '#C03445'

red 192 ◦ green 52 ◦ blue 69

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

Shades of Brick Red #C03445

Tints of Brick Red #C03445

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

 BLUE value IS 69 (27.34% from 255) = 22.04%

R = 61.34%
G = 16.61%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C03445 (or 0xC03445) is known color: Brick Red. HEX triplet: C0, 34 and 45. RGB value is (192,52,69). Sum of RGB (Red+Green+Blue) = 192+52+69=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C03445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03445 is #3FCBBA. Grayscale: #5F5F5F. Windows color (decimal): -4180923 or 4535488. OLE color: 4535488.

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

Color convert

RGB 192 52 69 -
CMYK 0 0.73 0.64 0.25
HSL 352.71º 0.57% 0.48% -
HSV(B) 352.71º 0.73% 0.75% -
XYZ 24.04 14.09 7.08 -
YUV 95.8 112.88 196.62 -
System Red Green Blue C M Y K H S L
Decimal 192 52 69 0 0.73 0.64 0.25 352.71 0.57 0.48
Hex C0 34 45 0 49 40 19 161 39 30
Octal 300 64 105 0 111 100 31 541 71 60
Binary 11000000 110100 1000101 0 1001001 1000000 11001 101100001 111001 110000

Color Harmonies of #C03445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03445

Black with #C03445

Text Example


Text Example

White with #C03445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03445; }

 p { color: rgb(192,52,69); }

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

background-color css

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

 a { background-color: rgb(192,52,69); }

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

border-color css

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

 span { border-color: rgb(192,52,69); }

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