#BD0038

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

Shades of Cardinal #BD0038

Tints of Cardinal #BD0038

Color information

#BD0038 (or 0xBD0038) is unknown color: approx Cardinal. HEX triplet: BD, 00 and 38. RGB value is (189,0,56). Sum of RGB (Red+Green+Blue) = 189+0+56=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0038 is #42FFC7. Grayscale: #3E3E3E. Windows color (decimal): -4390856 or 3670205. OLE color: 3670205.

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

Color convert

RGB189056-
CMYK010.700.26
HSL342.22º100%37.06%-
HSV(B)342.22º100%74.12%-
XYZ21.711.14.74-
YUV62.9124.12217.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 77.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=77.14%
G=0%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189056010.700.26342.2210037.06
HexBD038064461A1566425
Octal27507001441063252614445
Binary101111010111000011001001000110110101010101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0038; }

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

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

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

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

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

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

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

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