Html Css Color HEX #BD350B Rust

📋 copy color: '#BD350B'

red 189 ◦ green 53 ◦ blue 11

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

Shades of Rust #BD350B

Tints of Rust #BD350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.95%

 BLUE value IS 11 (4.69% from 255) = 4.35%

R = 74.7%
G = 20.95%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD350B (or 0xBD350B) is known color: Rust. HEX triplet: BD, 35 and 0B. RGB value is (189,53,11). Sum of RGB (Red+Green+Blue) = 189+53+11=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD350B is #42CAF4. Grayscale: #595959. Windows color (decimal): -4377333 or 734653. OLE color: 734653.

HSL color Cylindrical-coordinate representation of color #BD350B: hue angle of 14.16º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD350B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 53 11 -
CMYK 0 0.72 0.94 0.26
HSL 14.16º 0.89% 0.39% -
HSV(B) 14.16º 0.94% 0.74% -
XYZ 22.32 13.39 1.72 -
YUV 88.88 84.06 199.42 -
System Red Green Blue C M Y K H S L
Decimal 189 53 11 0 0.72 0.94 0.26 14.16 0.89 0.39
Hex BD 35 B 0 48 5E 1A E 59 27
Octal 275 65 13 0 110 136 32 16 131 47
Binary 10111101 110101 1011 0 1001000 1011110 11010 1110 1011001 100111

Color Harmonies of #BD350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD350B

Black with #BD350B

Text Example


Text Example

White with #BD350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD350B; }

 p { color: rgb(189,53,11); }

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

background-color css

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

 a { background-color: rgb(189,53,11); }

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

border-color css

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

 span { border-color: rgb(189,53,11); }

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