#BD1F2A

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

Shades of Cardinal #BD1F2A

Tints of Cardinal #BD1F2A

Color information

#BD1F2A (or 0xBD1F2A) is unknown color: approx Cardinal. HEX triplet: BD, 1F and 2A. RGB value is (189,31,42). Sum of RGB (Red+Green+Blue) = 189+31+42=262 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.14% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1F2A is #42E0D5. Grayscale: #4F4F4F. Windows color (decimal): -4382934 or 2760637. OLE color: 2760637.

HSL color Cylindrical-coordinate representation of color #BD1F2A: hue angle of 355.82º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1F2A is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB1893142-
CMYK00.840.780.26
HSL355.82º71.82%43.14%-
HSV(B)355.82º83.6%74.12%-
XYZ21.8911.973.35-
YUV79.5106.85206.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 72.14%
GREEN value IS 31 (12.5% from 255) = 11.83%
BLUE value IS 42 (16.80% from 255) = 16.03%
R=72.14%
G=11.83%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189314200.840.780.26355.8271.8243.14
HexBD1F2A0544E1A164482b
Octal275375201241163254411053
Binary1011110111111101010010101001001110110101011001001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1F2A; }

 p { color: rgb(189,31,42); }

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

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

 a { background-color: rgb(189,31,42); }

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

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

 span { border-color: rgb(189,31,42); }

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