Html Css Color HEX #BD132A Cardinal

📋 copy color: '#BD132A'

red 189 ◦ green 19 ◦ blue 42

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

Shades of Cardinal #BD132A

Tints of Cardinal #BD132A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.8%

R = 75.6%
G = 7.6%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD132A (or 0xBD132A) is known color: Cardinal. HEX triplet: BD, 13 and 2A. RGB value is (189,19,42). Sum of RGB (Red+Green+Blue) = 189+19+42=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD132A is #42ECD5. Grayscale: #484848. Windows color (decimal): -4386006 or 2757565. OLE color: 2757565.

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

Color convert

RGB 189 19 42 -
CMYK 0 0.90 0.78 0.26
HSL 351.88º 0.82% 0.41% -
HSV(B) 351.88º 0.9% 0.74% -
XYZ 21.64 11.45 3.26 -
YUV 72.45 110.82 211.13 -
System Red Green Blue C M Y K H S L
Decimal 189 19 42 0 0.90 0.78 0.26 351.88 0.82 0.41
Hex BD 13 2A 0 5A 4E 1A 160 52 29
Octal 275 23 52 0 132 116 32 540 122 51
Binary 10111101 10011 101010 0 1011010 1001110 11010 101100000 1010010 101001

Color Harmonies of #BD132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD132A

Black with #BD132A

Text Example


Text Example

White with #BD132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD132A; }

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

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

background-color css

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

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

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

border-color css

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

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

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