#BD263E

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

Shades of Cardinal #BD263E

Tints of Cardinal #BD263E

Color information

#BD263E (or 0xBD263E) is unknown color: approx Cardinal. HEX triplet: BD, 26 and 3E. RGB value is (189,38,62). Sum of RGB (Red+Green+Blue) = 189+38+62=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD263E is #42D9C1. Grayscale: #555555. Windows color (decimal): -4381122 or 4073149. OLE color: 4073149.

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

Color convert

RGB1893862-
CMYK00.800.670.26
HSL350.46º66.52%44.51%-
HSV(B)350.46º79.89%74.12%-
XYZ22.5512.555.79-
YUV85.88114.53201.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.40%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 62 (24.61% from 255) = 21.45%
R=65.40%
G=13.15%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189386200.800.670.26350.4666.5244.51
HexBD263E050431A15e432d
Octal275467601201033253610355
Binary10111101100110111110010100001000011110101010111101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD263E; }

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

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

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

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

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

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

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

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