Html Css Color HEX #BD172C Cardinal

📋 copy color: '#BD172C'

red 189 ◦ green 23 ◦ blue 44

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

Shades of Cardinal #BD172C

Tints of Cardinal #BD172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 73.83%
G = 8.98%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD172C (or 0xBD172C) is known color: Cardinal. HEX triplet: BD, 17 and 2C. RGB value is (189,23,44). Sum of RGB (Red+Green+Blue) = 189+23+44=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD172C is #42E8D3. Grayscale: #4B4B4B. Windows color (decimal): -4384980 or 2889661. OLE color: 2889661.

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

Color convert

RGB 189 23 44 -
CMYK 0 0.88 0.77 0.26
HSL 352.41º 0.78% 0.42% -
HSV(B) 352.41º 0.88% 0.74% -
XYZ 21.75 11.61 3.48 -
YUV 75.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 189 23 44 0 0.88 0.77 0.26 352.41 0.78 0.42
Hex BD 17 2C 0 58 4D 1A 160 4E 2A
Octal 275 27 54 0 130 115 32 540 116 52
Binary 10111101 10111 101100 0 1011000 1001101 11010 101100000 1001110 101010

Color Harmonies of #BD172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD172C

Black with #BD172C

Text Example


Text Example

White with #BD172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD172C; }

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

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

background-color css

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

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

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

border-color css

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

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

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