Html Css Color HEX #BD172A Cardinal

📋 copy color: '#BD172A'

red 189 ◦ green 23 ◦ blue 42

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

Shades of Cardinal #BD172A

Tints of Cardinal #BD172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

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

R = 74.41%
G = 9.06%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD172A (or 0xBD172A) is known color: Cardinal. HEX triplet: BD, 17 and 2A. RGB value is (189,23,42). Sum of RGB (Red+Green+Blue) = 189+23+42=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD172A is #42E8D5. Grayscale: #4A4A4A. Windows color (decimal): -4384982 or 2758589. OLE color: 2758589.

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

Color convert

RGB 189 23 42 -
CMYK 0 0.88 0.78 0.26
HSL 353.13º 0.78% 0.42% -
HSV(B) 353.13º 0.88% 0.74% -
XYZ 21.71 11.6 3.29 -
YUV 74.8 109.5 209.46 -
System Red Green Blue C M Y K H S L
Decimal 189 23 42 0 0.88 0.78 0.26 353.13 0.78 0.42
Hex BD 17 2A 0 58 4E 1A 161 4E 2A
Octal 275 27 52 0 130 116 32 541 116 52
Binary 10111101 10111 101010 0 1011000 1001110 11010 101100001 1001110 101010

Color Harmonies of #BD172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD172A

Black with #BD172A

Text Example


Text Example

White with #BD172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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