Html Css Color HEX #C00536 Cardinal

📋 copy color: '#C00536'

red 192 ◦ green 5 ◦ blue 54

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

Shades of Cardinal #C00536

Tints of Cardinal #C00536

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.99%

 BLUE value IS 54 (21.48% from 255) = 21.51%

R = 76.49%
G = 1.99%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C00536 (or 0xC00536) is known color: Cardinal. HEX triplet: C0, 05 and 36. RGB value is (192,5,54). Sum of RGB (Red+Green+Blue) = 192+5+54=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C00536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00536 is #3FFAC9. Grayscale: #424242. Windows color (decimal): -4192970 or 3540416. OLE color: 3540416.

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

Color convert

RGB 192 5 54 -
CMYK 0 0.97 0.72 0.25
HSL 344.28º 0.95% 0.39% -
HSV(B) 344.28º 0.97% 0.75% -
XYZ 22.46 11.58 4.54 -
YUV 66.5 120.95 217.52 -
System Red Green Blue C M Y K H S L
Decimal 192 5 54 0 0.97 0.72 0.25 344.28 0.95 0.39
Hex C0 5 36 0 61 48 19 158 5F 27
Octal 300 5 66 0 141 110 31 530 137 47
Binary 11000000 101 110110 0 1100001 1001000 11001 101011000 1011111 100111

Color Harmonies of #C00536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00536

Black with #C00536

Text Example


Text Example

White with #C00536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00536; }

 p { color: rgb(192,5,54); }

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

background-color css

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

 a { background-color: rgb(192,5,54); }

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

border-color css

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

 span { border-color: rgb(192,5,54); }

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