#BD2633

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

Shades of Cardinal #BD2633

Tints of Cardinal #BD2633

Color information

#BD2633 (or 0xBD2633) is unknown color: approx Cardinal. HEX triplet: BD, 26 and 33. RGB value is (189,38,51). Sum of RGB (Red+Green+Blue) = 189+38+51=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2633 is #42D9CC. Grayscale: #545454. Windows color (decimal): -4381133 or 3352253. OLE color: 3352253.

HSL color Cylindrical-coordinate representation of color #BD2633: hue angle of 354.83º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2633 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB1893851-
CMYK00.800.730.26
HSL354.83º66.52%44.51%-
HSV(B)354.83º79.89%74.12%-
XYZ22.2812.444.36-
YUV84.63109.03202.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.99%
GREEN value IS 38 (15.23% from 255) = 13.67%
BLUE value IS 51 (20.31% from 255) = 18.35%
R=67.99%
G=13.67%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189385100.800.730.26354.8366.5244.51
HexBD2633050491A163432d
Octal275466301201113254310355
Binary10111101100110110011010100001001001110101011000111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2633; }

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

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

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

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

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

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

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

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