Html Css Color HEX #BD433A Grenadier

📋 copy color: '#BD433A'

red 189 ◦ green 67 ◦ blue 58

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

Shades of Grenadier #BD433A

Tints of Grenadier #BD433A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 60.19%
G = 21.34%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD433A (or 0xBD433A) is known color: Grenadier. HEX triplet: BD, 43 and 3A. RGB value is (189,67,58). Sum of RGB (Red+Green+Blue) = 189+67+58=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD433A is #42BCC5. Grayscale: #666666. Windows color (decimal): -4373702 or 3818429. OLE color: 3818429.

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

Color convert

RGB 189 67 58 -
CMYK 0 0.65 0.69 0.26
HSL 4.12º 0.53% 0.48% -
HSV(B) 4.12º 0.69% 0.74% -
XYZ 23.76 15.14 5.67 -
YUV 102.45 102.92 189.73 -
System Red Green Blue C M Y K H S L
Decimal 189 67 58 0 0.65 0.69 0.26 4.12 0.53 0.48
Hex BD 43 3A 0 41 45 1A 4 35 30
Octal 275 103 72 0 101 105 32 4 65 60
Binary 10111101 1000011 111010 0 1000001 1000101 11010 100 110101 110000

Color Harmonies of #BD433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD433A

Black with #BD433A

Text Example


Text Example

White with #BD433A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD433A; }

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

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

background-color css

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

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

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

border-color css

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

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

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