Html Css Color HEX #BD412F Grenadier

📋 copy color: '#BD412F'

red 189 ◦ green 65 ◦ blue 47

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

Shades of Grenadier #BD412F

Tints of Grenadier #BD412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

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

R = 62.79%
G = 21.59%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD412F (or 0xBD412F) is known color: Grenadier. HEX triplet: BD, 41 and 2F. RGB value is (189,65,47). Sum of RGB (Red+Green+Blue) = 189+65+47=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD412F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD412F is #42BED0. Grayscale: #646464. Windows color (decimal): -4374225 or 3097021. OLE color: 3097021.

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

Color convert

RGB 189 65 47 -
CMYK 0 0.66 0.75 0.26
HSL 7.61º 0.6% 0.46% -
HSV(B) 7.61º 0.75% 0.74% -
XYZ 23.39 14.8 4.31 -
YUV 100.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 189 65 47 0 0.66 0.75 0.26 7.61 0.6 0.46
Hex BD 41 2F 0 42 4B 1A 8 3C 2E
Octal 275 101 57 0 102 113 32 10 74 56
Binary 10111101 1000001 101111 0 1000010 1001011 11010 1000 111100 101110

Color Harmonies of #BD412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD412F

Black with #BD412F

Text Example


Text Example

White with #BD412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD412F; }

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

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

background-color css

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

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

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

border-color css

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

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

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