Html Css Color HEX #C90B3C Cardinal

📋 copy color: '#C90B3C'

red 201 ◦ green 11 ◦ blue 60

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

Shades of Cardinal #C90B3C

Tints of Cardinal #C90B3C

RGB

 RED value IS 201 (78.91% from 255) = 73.9%

 GREEN value IS 11 (4.69% from 255) = 4.04%

 BLUE value IS 60 (23.83% from 255) = 22.06%

R = 73.9%
G = 4.04%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C90B3C (or 0xC90B3C) is known color: Cardinal. HEX triplet: C9, 0B and 3C. RGB value is (201,11,60). Sum of RGB (Red+Green+Blue) = 201+11+60=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C90B3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90B3C is #36F4C3. Grayscale: #494949. Windows color (decimal): -3601604 or 3935177. OLE color: 3935177.

HSL color Cylindrical-coordinate representation of color #C90B3C: hue angle of 344.53º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90B3C is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 11 60 -
CMYK 0 0.95 0.70 0.21
HSL 344.53º 0.9% 0.42% -
HSV(B) 344.53º 0.95% 0.79% -
XYZ 25.02 12.98 5.46 -
YUV 73.4 120.45 219.02 -
System Red Green Blue C M Y K H S L
Decimal 201 11 60 0 0.95 0.70 0.21 344.53 0.9 0.42
Hex C9 B 3C 0 5F 46 15 159 5A 2A
Octal 311 13 74 0 137 106 25 531 132 52
Binary 11001001 1011 111100 0 1011111 1000110 10101 101011001 1011010 101010

Color Harmonies of #C90B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90B3C

Black with #C90B3C

Text Example


Text Example

White with #C90B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90B3C; }

 p { color: rgb(201,11,60); }

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

background-color css

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

 a { background-color: rgb(201,11,60); }

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

border-color css

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

 span { border-color: rgb(201,11,60); }

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