#CB1838

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

Shades of Cardinal #CB1838

Tints of Cardinal #CB1838

Color information

#CB1838 (or 0xCB1838) is unknown color: approx Cardinal. HEX triplet: CB, 18 and 38. RGB value is (203,24,56). Sum of RGB (Red+Green+Blue) = 203+24+56=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1838 is #34E7C7. Grayscale: #515151. Windows color (decimal): -3467208 or 3676363. OLE color: 3676363.

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

Color convert

RGB2032456-
CMYK00.880.720.20
HSL349.27º78.85%44.51%-
HSV(B)349.27º88.18%79.61%-
XYZ25.6713.645.02-
YUV81.17113.8214.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 71.73%
GREEN value IS 24 (9.77% from 255) = 8.48%
BLUE value IS 56 (22.27% from 255) = 19.79%
R=71.73%
G=8.48%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203245600.880.720.20349.2778.8544.51
HexCB1838058481415d4f2d
Octal313307001301102453511755
Binary1100101111000111000010110001001000101001010111011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1838; }

 p { color: rgb(203,24,56); }

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

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

 a { background-color: rgb(203,24,56); }

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

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

 span { border-color: rgb(203,24,56); }

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