#CB173E

Color #CB173E Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #CB173E

Tints of Cardinal #CB173E

Color information

#CB173E (or 0xCB173E) is unknown color: approx Cardinal. HEX triplet: CB, 17 and 3E. RGB value is (203,23,62). Sum of RGB (Red+Green+Blue) = 203+23+62=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB173E is #34E8C1. Grayscale: #515151. Windows color (decimal): -3467458 or 4069323. OLE color: 4069323.

HSL color Cylindrical-coordinate representation of color #CB173E: hue angle of 347º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB173E is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB2032362-
CMYK00.890.690.20
HSL347º79.65%44.31%-
HSV(B)347º88.67%79.61%-
XYZ25.813.665.83-
YUV81.27117.13214.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 70.49%
GREEN value IS 23 (9.38% from 255) = 7.99%
BLUE value IS 62 (24.61% from 255) = 21.53%
R=70.49%
G=7.99%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203236200.890.690.2034779.6544.31
HexCB173E059451415b502c
Octal313277601311052453312054
Binary1100101110111111110010110011000101101001010110111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB173E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB173E; }

 p { color: rgb(203,23,62); }

 H1.HeaderClassName
 {
   color: #CB173E;
 }
 .AnyTagClassName
 {
   color: #CB173E;
 }
</style>
background-color css

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

 a { background-color: rgb(203,23,62); }

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

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

 span { border-color: rgb(203,23,62); }

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