Html Css Color HEX #BD173D Cardinal

📋 copy color: '#BD173D'

red 189 ◦ green 23 ◦ blue 61

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

Shades of Cardinal #BD173D

Tints of Cardinal #BD173D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 69.23%
G = 8.42%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD173D (or 0xBD173D) is known color: Cardinal. HEX triplet: BD, 17 and 3D. RGB value is (189,23,61). Sum of RGB (Red+Green+Blue) = 189+23+61=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD173D is #42E8C2. Grayscale: #4C4C4C. Windows color (decimal): -4384963 or 4003773. OLE color: 4003773.

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

Color convert

RGB 189 23 61 -
CMYK 0 0.88 0.68 0.26
HSL 346.27º 0.78% 0.42% -
HSV(B) 346.27º 0.88% 0.74% -
XYZ 22.13 11.77 5.52 -
YUV 76.97 119 207.91 -
System Red Green Blue C M Y K H S L
Decimal 189 23 61 0 0.88 0.68 0.26 346.27 0.78 0.42
Hex BD 17 3D 0 58 44 1A 15A 4E 2A
Octal 275 27 75 0 130 104 32 532 116 52
Binary 10111101 10111 111101 0 1011000 1000100 11010 101011010 1001110 101010

Color Harmonies of #BD173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD173D

Black with #BD173D

Text Example


Text Example

White with #BD173D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD173D; }

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

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

background-color css

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

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

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

border-color css

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

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

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