Html Css Color HEX #BD442A Grenadier

📋 copy color: '#BD442A'

red 189 ◦ green 68 ◦ blue 42

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

Shades of Grenadier #BD442A

Tints of Grenadier #BD442A

RGB

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

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

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

R = 63.21%
G = 22.74%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD442A (or 0xBD442A) is known color: Grenadier. HEX triplet: BD, 44 and 2A. RGB value is (189,68,42). Sum of RGB (Red+Green+Blue) = 189+68+42=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD442A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD442A is #42BBD5. Grayscale: #656565. Windows color (decimal): -4373462 or 2770109. OLE color: 2770109.

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

Color convert

RGB 189 68 42 -
CMYK 0 0.64 0.78 0.26
HSL 10.61º 0.64% 0.45% -
HSV(B) 10.61º 0.78% 0.74% -
XYZ 23.47 15.12 3.87 -
YUV 101.22 94.59 190.61 -
System Red Green Blue C M Y K H S L
Decimal 189 68 42 0 0.64 0.78 0.26 10.61 0.64 0.45
Hex BD 44 2A 0 40 4E 1A B 40 2D
Octal 275 104 52 0 100 116 32 13 100 55
Binary 10111101 1000100 101010 0 1000000 1001110 11010 1011 1000000 101101

Color Harmonies of #BD442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD442A

Black with #BD442A

Text Example


Text Example

White with #BD442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD442A; }

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

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

background-color css

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

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

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

border-color css

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

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

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