Html Css Color HEX #BD432A Grenadier

📋 copy color: '#BD432A'

red 189 ◦ green 67 ◦ blue 42

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

Shades of Grenadier #BD432A

Tints of Grenadier #BD432A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 63.42%
G = 22.48%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD432A (or 0xBD432A) is known color: Grenadier. HEX triplet: BD, 43 and 2A. RGB value is (189,67,42). Sum of RGB (Red+Green+Blue) = 189+67+42=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD432A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD432A is #42BCD5. Grayscale: #646464. Windows color (decimal): -4373718 or 2769853. OLE color: 2769853.

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

Color convert

RGB 189 67 42 -
CMYK 0 0.65 0.78 0.26
HSL 10.2º 0.64% 0.45% -
HSV(B) 10.2º 0.78% 0.74% -
XYZ 23.41 15 3.85 -
YUV 100.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 189 67 42 0 0.65 0.78 0.26 10.2 0.64 0.45
Hex BD 43 2A 0 41 4E 1A A 40 2D
Octal 275 103 52 0 101 116 32 12 100 55
Binary 10111101 1000011 101010 0 1000001 1001110 11010 1010 1000000 101101

Color Harmonies of #BD432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD432A

Black with #BD432A

Text Example


Text Example

White with #BD432A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD432A; }

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

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

background-color css

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

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

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

border-color css

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

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

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