Html Css Color HEX #BD172D Cardinal

📋 copy color: '#BD172D'

red 189 ◦ green 23 ◦ blue 45

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

Shades of Cardinal #BD172D

Tints of Cardinal #BD172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.51%

R = 73.54%
G = 8.95%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD172D (or 0xBD172D) is known color: Cardinal. HEX triplet: BD, 17 and 2D. RGB value is (189,23,45). Sum of RGB (Red+Green+Blue) = 189+23+45=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD172D is #42E8D2. Grayscale: #4B4B4B. Windows color (decimal): -4384979 or 2955197. OLE color: 2955197.

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

Color convert

RGB 189 23 45 -
CMYK 0 0.88 0.76 0.26
HSL 352.05º 0.78% 0.42% -
HSV(B) 352.05º 0.88% 0.74% -
XYZ 21.77 11.62 3.58 -
YUV 75.14 111 209.21 -
System Red Green Blue C M Y K H S L
Decimal 189 23 45 0 0.88 0.76 0.26 352.05 0.78 0.42
Hex BD 17 2D 0 58 4C 1A 160 4E 2A
Octal 275 27 55 0 130 114 32 540 116 52
Binary 10111101 10111 101101 0 1011000 1001100 11010 101100000 1001110 101010

Color Harmonies of #BD172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD172D

Black with #BD172D

Text Example


Text Example

White with #BD172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD172D; }

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

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

background-color css

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

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

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

border-color css

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

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

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