#BD2333

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

Shades of Cardinal #BD2333

Tints of Cardinal #BD2333

Color information

#BD2333 (or 0xBD2333) is unknown color: approx Cardinal. HEX triplet: BD, 23 and 33. RGB value is (189,35,51). Sum of RGB (Red+Green+Blue) = 189+35+51=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2333 is #42DCCC. Grayscale: #525252. Windows color (decimal): -4381901 or 3351485. OLE color: 3351485.

HSL color Cylindrical-coordinate representation of color #BD2333: hue angle of 353.77º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2333 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB1893551-
CMYK00.810.730.26
HSL353.77º68.75%43.92%-
HSV(B)353.77º81.48%74.12%-
XYZ22.1812.264.33-
YUV82.87110.02203.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 68.73%
GREEN value IS 35 (14.06% from 255) = 12.73%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=68.73%
G=12.73%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189355100.810.730.26353.7768.7543.92
HexBD2333051491A162452c
Octal275436301211113254210554
Binary10111101100011110011010100011001001110101011000101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2333; }

 p { color: rgb(189,35,51); }

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

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

 a { background-color: rgb(189,35,51); }

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

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

 span { border-color: rgb(189,35,51); }

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