Html Css Color HEX #C00445 Cardinal

📋 copy color: '#C00445'

red 192 ◦ green 4 ◦ blue 69

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

Shades of Cardinal #C00445

Tints of Cardinal #C00445

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.51%

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

R = 72.45%
G = 1.51%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C00445 (or 0xC00445) is known color: Cardinal. HEX triplet: C0, 04 and 45. RGB value is (192,4,69). Sum of RGB (Red+Green+Blue) = 192+4+69=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C00445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00445 is #3FFBBA. Grayscale: #434343. Windows color (decimal): -4193211 or 4523200. OLE color: 4523200.

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

Color convert

RGB 192 4 69 -
CMYK 0 0.98 0.64 0.25
HSL 339.26º 0.96% 0.38% -
HSV(B) 339.26º 0.98% 0.75% -
XYZ 22.86 11.72 6.69 -
YUV 67.62 128.78 216.71 -
System Red Green Blue C M Y K H S L
Decimal 192 4 69 0 0.98 0.64 0.25 339.26 0.96 0.38
Hex C0 4 45 0 62 40 19 153 60 26
Octal 300 4 105 0 142 100 31 523 140 46
Binary 11000000 100 1000101 0 1100010 1000000 11001 101010011 1100000 100110

Color Harmonies of #C00445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00445

Black with #C00445

Text Example


Text Example

White with #C00445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00445; }

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

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

background-color css

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

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

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

border-color css

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

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

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