Html Css Color HEX #BD442E Grenadier

📋 copy color: '#BD442E'

red 189 ◦ green 68 ◦ blue 46

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

Shades of Grenadier #BD442E

Tints of Grenadier #BD442E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 62.38%
G = 22.44%
B = 15.18%

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

#BD442E (or 0xBD442E) is known color: Grenadier. HEX triplet: BD, 44 and 2E. RGB value is (189,68,46). Sum of RGB (Red+Green+Blue) = 189+68+46=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD442E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD442E is #42BBD1. Grayscale: #656565. Windows color (decimal): -4373458 or 3032253. OLE color: 3032253.

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

Color convert

RGB 189 68 46 -
CMYK 0 0.64 0.76 0.26
HSL 9.23º 0.61% 0.46% -
HSV(B) 9.23º 0.76% 0.74% -
XYZ 23.55 15.15 4.27 -
YUV 101.67 96.59 190.29 -
System Red Green Blue C M Y K H S L
Decimal 189 68 46 0 0.64 0.76 0.26 9.23 0.61 0.46
Hex BD 44 2E 0 40 4C 1A 9 3D 2E
Octal 275 104 56 0 100 114 32 11 75 56
Binary 10111101 1000100 101110 0 1000000 1001100 11010 1001 111101 101110

Color Harmonies of #BD442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD442E

Black with #BD442E

Text Example


Text Example

White with #BD442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD442E; }

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

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

background-color css

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

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

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

border-color css

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

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

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