Html Css Color HEX #C01045 Cardinal

📋 copy color: '#C01045'

red 192 ◦ green 16 ◦ blue 69

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

Shades of Cardinal #C01045

Tints of Cardinal #C01045

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.78%

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

R = 69.31%
G = 5.78%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C01045 (or 0xC01045) is known color: Cardinal. HEX triplet: C0, 10 and 45. RGB value is (192,16,69). Sum of RGB (Red+Green+Blue) = 192+16+69=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C01045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01045 is #3FEFBA. Grayscale: #4A4A4A. Windows color (decimal): -4190139 or 4526272. OLE color: 4526272.

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

Color convert

RGB 192 16 69 -
CMYK 0 0.92 0.64 0.25
HSL 341.93º 0.85% 0.41% -
HSV(B) 341.93º 0.92% 0.75% -
XYZ 23 12.01 6.74 -
YUV 74.67 124.81 211.69 -
System Red Green Blue C M Y K H S L
Decimal 192 16 69 0 0.92 0.64 0.25 341.93 0.85 0.41
Hex C0 10 45 0 5C 40 19 156 55 29
Octal 300 20 105 0 134 100 31 526 125 51
Binary 11000000 10000 1000101 0 1011100 1000000 11001 101010110 1010101 101001

Color Harmonies of #C01045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01045

Black with #C01045

Text Example


Text Example

White with #C01045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01045; }

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

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

background-color css

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

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

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

border-color css

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

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

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