Html Css Color HEX #C01033 Cardinal

📋 copy color: '#C01033'

red 192 ◦ green 16 ◦ blue 51

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

Shades of Cardinal #C01033

Tints of Cardinal #C01033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.69%

R = 74.13%
G = 6.18%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C01033 (or 0xC01033) is known color: Cardinal. HEX triplet: C0, 10 and 33. RGB value is (192,16,51). Sum of RGB (Red+Green+Blue) = 192+16+51=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C01033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01033 is #3FEFCC. Grayscale: #484848. Windows color (decimal): -4190157 or 3346624. OLE color: 3346624.

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

Color convert

RGB 192 16 51 -
CMYK 0 0.92 0.73 0.25
HSL 348.07º 0.85% 0.41% -
HSV(B) 348.07º 0.92% 0.75% -
XYZ 22.52 11.82 4.23 -
YUV 72.61 115.81 213.15 -
System Red Green Blue C M Y K H S L
Decimal 192 16 51 0 0.92 0.73 0.25 348.07 0.85 0.41
Hex C0 10 33 0 5C 49 19 15C 55 29
Octal 300 20 63 0 134 111 31 534 125 51
Binary 11000000 10000 110011 0 1011100 1001001 11001 101011100 1010101 101001

Color Harmonies of #C01033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01033

Black with #C01033

Text Example


Text Example

White with #C01033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01033; }

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

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

background-color css

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

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

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

border-color css

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

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

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