Html Css Color HEX #BD132E Cardinal

📋 copy color: '#BD132E'

red 189 ◦ green 19 ◦ blue 46

#BD132E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BD132E

Tints of Cardinal #BD132E

RGB

 RED value IS 189 (74.22% from 255) = 74.41%

 GREEN value IS 19 (7.81% from 255) = 7.48%

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 74.41%
G = 7.48%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD132E (or 0xBD132E) is known color: Cardinal. HEX triplet: BD, 13 and 2E. RGB value is (189,19,46). Sum of RGB (Red+Green+Blue) = 189+19+46=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD132E is #42ECD1. Grayscale: #484848. Windows color (decimal): -4386002 or 3019709. OLE color: 3019709.

HSL color Cylindrical-coordinate representation of color #BD132E: hue angle of 350.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD132E is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 46 -
CMYK 0 0.90 0.76 0.26
HSL 350.47º 0.82% 0.41% -
HSV(B) 350.47º 0.9% 0.74% -
XYZ 21.71 11.48 3.66 -
YUV 72.91 112.82 210.8 -
System Red Green Blue C M Y K H S L
Decimal 189 19 46 0 0.90 0.76 0.26 350.47 0.82 0.41
Hex BD 13 2E 0 5A 4C 1A 15E 52 29
Octal 275 23 56 0 132 114 32 536 122 51
Binary 10111101 10011 101110 0 1011010 1001100 11010 101011110 1010010 101001

Color Harmonies of #BD132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD132E

Black with #BD132E

Text Example


Text Example

White with #BD132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD132E; }

 p { color: rgb(189,19,46); }

 H1.HeaderClassName
 {
   color: #BD132E;
 }
 .AnyTagClassName
 {
   color: #BD132E;
 }
</style>

background-color css

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

 a { background-color: rgb(189,19,46); }

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

border-color css

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

 span { border-color: rgb(189,19,46); }

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