Html Css Color HEX #BD442D Grenadier

📋 copy color: '#BD442D'

red 189 ◦ green 68 ◦ blue 45

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

Shades of Grenadier #BD442D

Tints of Grenadier #BD442D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.52%

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

R = 62.58%
G = 22.52%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD442D (or 0xBD442D) is known color: Grenadier. HEX triplet: BD, 44 and 2D. RGB value is (189,68,45). Sum of RGB (Red+Green+Blue) = 189+68+45=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD442D is #42BBD2. Grayscale: #656565. Windows color (decimal): -4373459 or 2966717. OLE color: 2966717.

HSL color Cylindrical-coordinate representation of color #BD442D: hue angle of 9.58º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD442D is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 68 45 -
CMYK 0 0.64 0.76 0.26
HSL 9.58º 0.62% 0.46% -
HSV(B) 9.58º 0.76% 0.74% -
XYZ 23.53 15.14 4.17 -
YUV 101.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 189 68 45 0 0.64 0.76 0.26 9.58 0.62 0.46
Hex BD 44 2D 0 40 4C 1A A 3E 2E
Octal 275 104 55 0 100 114 32 12 76 56
Binary 10111101 1000100 101101 0 1000000 1001100 11010 1010 111110 101110

Color Harmonies of #BD442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD442D

Black with #BD442D

Text Example


Text Example

White with #BD442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD442D; }

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

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

background-color css

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

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

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

border-color css

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

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

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