#CB1342

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

Shades of Cardinal #CB1342

Tints of Cardinal #CB1342

Color information

#CB1342 (or 0xCB1342) is unknown color: approx Cardinal. HEX triplet: CB, 13 and 42. RGB value is (203,19,66). Sum of RGB (Red+Green+Blue) = 203+19+66=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1342 is #34ECBD. Grayscale: #4F4F4F. Windows color (decimal): -3468478 or 4330443. OLE color: 4330443.

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

Color convert

RGB2031966-
CMYK00.910.670.20
HSL344.67º82.88%43.53%-
HSV(B)344.67º90.64%79.61%-
XYZ25.8413.566.41-
YUV79.37120.46216.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 70.49%
GREEN value IS 19 (7.81% from 255) = 6.60%
BLUE value IS 66 (26.17% from 255) = 22.92%
R=70.49%
G=6.60%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203196600.910.670.20344.6782.8843.53
HexCB134205B4314159532c
Octal3132310201331032453112354
Binary11001011100111000010010110111000011101001010110011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1342; }

 p { color: rgb(203,19,66); }

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

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

 a { background-color: rgb(203,19,66); }

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

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

 span { border-color: rgb(203,19,66); }

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