Html Css Color HEX #BD432D Grenadier

📋 copy color: '#BD432D'

red 189 ◦ green 67 ◦ blue 45

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

Shades of Grenadier #BD432D

Tints of Grenadier #BD432D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.26%

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 62.79%
G = 22.26%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD432D (or 0xBD432D) is known color: Grenadier. HEX triplet: BD, 43 and 2D. RGB value is (189,67,45). Sum of RGB (Red+Green+Blue) = 189+67+45=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD432D is #42BCD2. Grayscale: #656565. Windows color (decimal): -4373715 or 2966461. OLE color: 2966461.

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

Color convert

RGB 189 67 45 -
CMYK 0 0.65 0.76 0.26
HSL 9.17º 0.62% 0.46% -
HSV(B) 9.17º 0.76% 0.74% -
XYZ 23.47 15.02 4.15 -
YUV 100.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 189 67 45 0 0.65 0.76 0.26 9.17 0.62 0.46
Hex BD 43 2D 0 41 4C 1A 9 3E 2E
Octal 275 103 55 0 101 114 32 11 76 56
Binary 10111101 1000011 101101 0 1000001 1001100 11010 1001 111110 101110

Color Harmonies of #BD432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD432D

Black with #BD432D

Text Example


Text Example

White with #BD432D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD432D; }

 p { color: rgb(189,67,45); }

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

background-color css

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

 a { background-color: rgb(189,67,45); }

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

border-color css

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

 span { border-color: rgb(189,67,45); }

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