Html Css Color HEX #BD402C Grenadier

📋 copy color: '#BD402C'

red 189 ◦ green 64 ◦ blue 44

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

Shades of Grenadier #BD402C

Tints of Grenadier #BD402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

 BLUE value IS 44 (17.58% from 255) = 14.81%

R = 63.64%
G = 21.55%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD402C (or 0xBD402C) is known color: Grenadier. HEX triplet: BD, 40 and 2C. RGB value is (189,64,44). Sum of RGB (Red+Green+Blue) = 189+64+44=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD402C is #42BFD3. Grayscale: #636363. Windows color (decimal): -4374484 or 2900157. OLE color: 2900157.

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

Color convert

RGB 189 64 44 -
CMYK 0 0.66 0.77 0.26
HSL 8.28º 0.62% 0.46% -
HSV(B) 8.28º 0.77% 0.74% -
XYZ 23.27 14.67 3.99 -
YUV 99.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 189 64 44 0 0.66 0.77 0.26 8.28 0.62 0.46
Hex BD 40 2C 0 42 4D 1A 8 3E 2E
Octal 275 100 54 0 102 115 32 10 76 56
Binary 10111101 1000000 101100 0 1000010 1001101 11010 1000 111110 101110

Color Harmonies of #BD402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD402C

Black with #BD402C

Text Example


Text Example

White with #BD402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD402C; }

 p { color: rgb(189,64,44); }

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

background-color css

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

 a { background-color: rgb(189,64,44); }

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

border-color css

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

 span { border-color: rgb(189,64,44); }

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