#BD0030

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

Shades of Cardinal #BD0030

Tints of Cardinal #BD0030

Color information

#BD0030 (or 0xBD0030) is unknown color: approx Cardinal. HEX triplet: BD, 00 and 30. RGB value is (189,0,48). Sum of RGB (Red+Green+Blue) = 189+0+48=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0030 is #42FFCF. Grayscale: #3D3D3D. Windows color (decimal): -4390864 or 3145917. OLE color: 3145917.

HSL color Cylindrical-coordinate representation of color #BD0030: hue angle of 344.76º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0030 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB189048-
CMYK010.750.26
HSL344.76º100%37.06%-
HSV(B)344.76º100%74.12%-
XYZ21.5211.033.79-
YUV61.98120.12218.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 79.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 20.25%
R=79.75%
G=0%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189048010.750.26344.7610037.06
HexBD0300644B1A1596425
Octal27506001441133253114445
Binary101111010110000011001001001011110101010110011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0030; }

 p { color: rgb(189,0,48); }

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

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

 a { background-color: rgb(189,0,48); }

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

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

 span { border-color: rgb(189,0,48); }

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