#CB0F3D

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

Shades of Cardinal #CB0F3D

Tints of Cardinal #CB0F3D

Color information

#CB0F3D (or 0xCB0F3D) is unknown color: approx Cardinal. HEX triplet: CB, 0F and 3D. RGB value is (203,15,61). Sum of RGB (Red+Green+Blue) = 203+15+61=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0F3D is #34F0C2. Grayscale: #4C4C4C. Windows color (decimal): -3469507 or 4001739. OLE color: 4001739.

HSL color Cylindrical-coordinate representation of color #CB0F3D: hue angle of 345.32º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0F3D is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB2031561-
CMYK00.930.700.20
HSL345.32º86.24%42.75%-
HSV(B)345.32º92.61%79.61%-
XYZ25.6413.385.65-
YUV76.46119.28218.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 72.76%
GREEN value IS 15 (6.25% from 255) = 5.38%
BLUE value IS 61 (24.22% from 255) = 21.86%
R=72.76%
G=5.38%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203156100.930.700.20345.3286.2442.75
HexCBF3D05D4614159562b
Octal313177501351062453112653
Binary110010111111111101010111011000110101001010110011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0F3D; }

 p { color: rgb(203,15,61); }

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

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

 a { background-color: rgb(203,15,61); }

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

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

 span { border-color: rgb(203,15,61); }

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