Html Css Color HEX #BD442F Grenadier

📋 copy color: '#BD442F'

red 189 ◦ green 68 ◦ blue 47

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

Shades of Grenadier #BD442F

Tints of Grenadier #BD442F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 62.17%
G = 22.37%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD442F (or 0xBD442F) is known color: Grenadier. HEX triplet: BD, 44 and 2F. RGB value is (189,68,47). Sum of RGB (Red+Green+Blue) = 189+68+47=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD442F is #42BBD0. Grayscale: #656565. Windows color (decimal): -4373457 or 3097789. OLE color: 3097789.

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

Color convert

RGB 189 68 47 -
CMYK 0 0.64 0.75 0.26
HSL 8.87º 0.6% 0.46% -
HSV(B) 8.87º 0.75% 0.74% -
XYZ 23.57 15.16 4.37 -
YUV 101.79 97.09 190.21 -
System Red Green Blue C M Y K H S L
Decimal 189 68 47 0 0.64 0.75 0.26 8.87 0.6 0.46
Hex BD 44 2F 0 40 4B 1A 9 3C 2E
Octal 275 104 57 0 100 113 32 11 74 56
Binary 10111101 1000100 101111 0 1000000 1001011 11010 1001 111100 101110

Color Harmonies of #BD442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD442F

Black with #BD442F

Text Example


Text Example

White with #BD442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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