#CB1A43

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

Shades of Cardinal #CB1A43

Tints of Cardinal #CB1A43

Color information

#CB1A43 (or 0xCB1A43) is unknown color: approx Cardinal. HEX triplet: CB, 1A and 43. RGB value is (203,26,67). Sum of RGB (Red+Green+Blue) = 203+26+67=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1A43 is #34E5BC. Grayscale: #535353. Windows color (decimal): -3466685 or 4397771. OLE color: 4397771.

HSL color Cylindrical-coordinate representation of color #CB1A43: hue angle of 346.1º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1A43 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB2032667-
CMYK00.870.670.20
HSL346.1º77.29%44.9%-
HSV(B)346.1º87.19%79.61%-
XYZ26.0113.846.61-
YUV83.6118.64213.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 68.58%
GREEN value IS 26 (10.55% from 255) = 8.78%
BLUE value IS 67 (26.56% from 255) = 22.64%
R=68.58%
G=8.78%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203266700.870.670.20346.177.2944.9
HexCB1A43057431415a4d2d
Octal3133210301271032453211555
Binary11001011110101000011010101111000011101001010110101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1A43; }

 p { color: rgb(203,26,67); }

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

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

 a { background-color: rgb(203,26,67); }

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

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

 span { border-color: rgb(203,26,67); }

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