Html Css Color HEX #C00545 Cardinal

📋 copy color: '#C00545'

red 192 ◦ green 5 ◦ blue 69

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

Shades of Cardinal #C00545

Tints of Cardinal #C00545

RGB

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

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

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

R = 72.18%
G = 1.88%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C00545 (or 0xC00545) is known color: Cardinal. HEX triplet: C0, 05 and 45. RGB value is (192,5,69). Sum of RGB (Red+Green+Blue) = 192+5+69=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C00545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00545 is #3FFABA. Grayscale: #444444. Windows color (decimal): -4192955 or 4523456. OLE color: 4523456.

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

Color convert

RGB 192 5 69 -
CMYK 0 0.97 0.64 0.25
HSL 339.47º 0.95% 0.39% -
HSV(B) 339.47º 0.97% 0.75% -
XYZ 22.87 11.74 6.69 -
YUV 68.21 128.45 216.3 -
System Red Green Blue C M Y K H S L
Decimal 192 5 69 0 0.97 0.64 0.25 339.47 0.95 0.39
Hex C0 5 45 0 61 40 19 153 5F 27
Octal 300 5 105 0 141 100 31 523 137 47
Binary 11000000 101 1000101 0 1100001 1000000 11001 101010011 1011111 100111

Color Harmonies of #C00545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00545

Black with #C00545

Text Example


Text Example

White with #C00545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00545; }

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

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

background-color css

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

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

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

border-color css

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

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

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