Html Css Color HEX #C00945 Cardinal

📋 copy color: '#C00945'

red 192 ◦ green 9 ◦ blue 69

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

Shades of Cardinal #C00945

Tints of Cardinal #C00945

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

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

R = 71.11%
G = 3.33%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C00945 (or 0xC00945) is known color: Cardinal. HEX triplet: C0, 09 and 45. RGB value is (192,9,69). Sum of RGB (Red+Green+Blue) = 192+9+69=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C00945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00945 is #3FF6BA. Grayscale: #464646. Windows color (decimal): -4191931 or 4524480. OLE color: 4524480.

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

Color convert

RGB 192 9 69 -
CMYK 0 0.95 0.64 0.25
HSL 340.33º 0.91% 0.39% -
HSV(B) 340.33º 0.95% 0.75% -
XYZ 22.91 11.83 6.71 -
YUV 70.56 127.13 214.62 -
System Red Green Blue C M Y K H S L
Decimal 192 9 69 0 0.95 0.64 0.25 340.33 0.91 0.39
Hex C0 9 45 0 5F 40 19 154 5B 27
Octal 300 11 105 0 137 100 31 524 133 47
Binary 11000000 1001 1000101 0 1011111 1000000 11001 101010100 1011011 100111

Color Harmonies of #C00945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00945

Black with #C00945

Text Example


Text Example

White with #C00945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00945; }

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

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

background-color css

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

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

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

border-color css

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

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

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