Html Css Color HEX #BD4128 Grenadier

📋 copy color: '#BD4128'

red 189 ◦ green 65 ◦ blue 40

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

Shades of Grenadier #BD4128

Tints of Grenadier #BD4128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.61%

R = 64.29%
G = 22.11%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD4128 (or 0xBD4128) is known color: Grenadier. HEX triplet: BD, 41 and 28. RGB value is (189,65,40). Sum of RGB (Red+Green+Blue) = 189+65+40=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4128 is #42BED7. Grayscale: #636363. Windows color (decimal): -4374232 or 2638269. OLE color: 2638269.

HSL color Cylindrical-coordinate representation of color #BD4128: hue angle of 10.07º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD4128 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 65 40 -
CMYK 0 0.66 0.79 0.26
HSL 10.07º 0.65% 0.45% -
HSV(B) 10.07º 0.79% 0.74% -
XYZ 23.26 14.75 3.63 -
YUV 99.23 94.58 192.03 -
System Red Green Blue C M Y K H S L
Decimal 189 65 40 0 0.66 0.79 0.26 10.07 0.65 0.45
Hex BD 41 28 0 42 4F 1A A 41 2D
Octal 275 101 50 0 102 117 32 12 101 55
Binary 10111101 1000001 101000 0 1000010 1001111 11010 1010 1000001 101101

Color Harmonies of #BD4128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4128

Black with #BD4128

Text Example


Text Example

White with #BD4128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4128; }

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

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

background-color css

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

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

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

border-color css

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

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

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