#CB1A3E

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

Shades of Cardinal #CB1A3E

Tints of Cardinal #CB1A3E

Color information

#CB1A3E (or 0xCB1A3E) is unknown color: approx Cardinal. HEX triplet: CB, 1A and 3E. RGB value is (203,26,62). Sum of RGB (Red+Green+Blue) = 203+26+62=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1A3E is #34E5C1. Grayscale: #535353. Windows color (decimal): -3466690 or 4070091. OLE color: 4070091.

HSL color Cylindrical-coordinate representation of color #CB1A3E: hue angle of 347.8º 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 #CB1A3E is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB2032662-
CMYK00.870.690.20
HSL347.8º77.29%44.9%-
HSV(B)347.8º87.19%79.61%-
XYZ25.8713.785.85-
YUV83.03116.14213.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 69.76%
GREEN value IS 26 (10.55% from 255) = 8.93%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=69.76%
G=8.93%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203266200.870.690.20347.877.2944.9
HexCB1A3E057451415c4d2d
Octal313327601271052453411555
Binary1100101111010111110010101111000101101001010111001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1A3E; }

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

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

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

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

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

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

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

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