#BD263D

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

Shades of Cardinal #BD263D

Tints of Cardinal #BD263D

Color information

#BD263D (or 0xBD263D) is unknown color: approx Cardinal. HEX triplet: BD, 26 and 3D. RGB value is (189,38,61). Sum of RGB (Red+Green+Blue) = 189+38+61=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD263D is #42D9C2. Grayscale: #555555. Windows color (decimal): -4381123 or 4007613. OLE color: 4007613.

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

Color convert

RGB1893861-
CMYK00.800.680.26
HSL350.86º66.52%44.51%-
HSV(B)350.86º79.89%74.12%-
XYZ22.5212.545.65-
YUV85.77114.03201.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.62%
GREEN value IS 38 (15.23% from 255) = 13.19%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=65.62%
G=13.19%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189386100.800.680.26350.8666.5244.51
HexBD263D050441A15f432d
Octal275467501201043253710355
Binary10111101100110111101010100001000100110101010111111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD263D; }

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

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

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

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

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

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

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

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