Html Css Color HEX #BD443D Grenadier

📋 copy color: '#BD443D'

red 189 ◦ green 68 ◦ blue 61

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

Shades of Grenadier #BD443D

Tints of Grenadier #BD443D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.18%

R = 59.43%
G = 21.38%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD443D (or 0xBD443D) is known color: Grenadier. HEX triplet: BD, 44 and 3D. RGB value is (189,68,61). Sum of RGB (Red+Green+Blue) = 189+68+61=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD443D is #42BBC2. Grayscale: #676767. Windows color (decimal): -4373443 or 4015293. OLE color: 4015293.

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

Color convert

RGB 189 68 61 -
CMYK 0 0.64 0.68 0.26
HSL 3.28º 0.51% 0.49% -
HSV(B) 3.28º 0.68% 0.74% -
XYZ 23.9 15.29 6.11 -
YUV 103.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 189 68 61 0 0.64 0.68 0.26 3.28 0.51 0.49
Hex BD 44 3D 0 40 44 1A 3 33 31
Octal 275 104 75 0 100 104 32 3 63 61
Binary 10111101 1000100 111101 0 1000000 1000100 11010 11 110011 110001

Color Harmonies of #BD443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD443D

Black with #BD443D

Text Example


Text Example

White with #BD443D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD443D; }

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

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

background-color css

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

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

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

border-color css

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

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

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