#BD262C

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

Shades of Cardinal #BD262C

Tints of Cardinal #BD262C

Color information

#BD262C (or 0xBD262C) is unknown color: approx Cardinal. HEX triplet: BD, 26 and 2C. RGB value is (189,38,44). Sum of RGB (Red+Green+Blue) = 189+38+44=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD262C is #42D9D3. Grayscale: #535353. Windows color (decimal): -4381140 or 2893501. OLE color: 2893501.

HSL color Cylindrical-coordinate representation of color #BD262C: hue angle of 357.62º 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 #BD262C is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB1893844-
CMYK00.800.770.26
HSL357.62º66.52%44.51%-
HSV(B)357.62º79.89%74.12%-
XYZ22.1312.393.61-
YUV83.83105.53203.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 69.74%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 44 (17.58% from 255) = 16.24%
R=69.74%
G=14.02%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189384400.800.770.26357.6266.5244.51
HexBD262C0504D1A166432d
Octal275465401201153254610355
Binary10111101100110101100010100001001101110101011001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD262C; }

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

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

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

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

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

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

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

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