Html Css Color HEX #C00440 Cardinal

📋 copy color: '#C00440'

red 192 ◦ green 4 ◦ blue 64

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

Shades of Cardinal #C00440

Tints of Cardinal #C00440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 73.85%
G = 1.54%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C00440 (or 0xC00440) is known color: Cardinal. HEX triplet: C0, 04 and 40. RGB value is (192,4,64). Sum of RGB (Red+Green+Blue) = 192+4+64=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C00440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00440 is #3FFBBF. Grayscale: #434343. Windows color (decimal): -4193216 or 4195520. OLE color: 4195520.

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

Color convert

RGB 192 4 64 -
CMYK 0 0.98 0.67 0.25
HSL 340.85º 0.96% 0.38% -
HSV(B) 340.85º 0.98% 0.75% -
XYZ 22.71 11.66 5.9 -
YUV 67.05 126.28 217.12 -
System Red Green Blue C M Y K H S L
Decimal 192 4 64 0 0.98 0.67 0.25 340.85 0.96 0.38
Hex C0 4 40 0 62 43 19 155 60 26
Octal 300 4 100 0 142 103 31 525 140 46
Binary 11000000 100 1000000 0 1100010 1000011 11001 101010101 1100000 100110

Color Harmonies of #C00440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00440

Black with #C00440

Text Example


Text Example

White with #C00440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00440; }

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

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

background-color css

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

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

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

border-color css

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

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

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