Html Css Color HEX #BD350A Rust

📋 copy color: '#BD350A'

red 189 ◦ green 53 ◦ blue 10

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

Shades of Rust #BD350A

Tints of Rust #BD350A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 75%
G = 21.03%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD350A (or 0xBD350A) is known color: Rust. HEX triplet: BD, 35 and 0A. RGB value is (189,53,10). Sum of RGB (Red+Green+Blue) = 189+53+10=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD350A is #42CAF5. Grayscale: #595959. Windows color (decimal): -4377334 or 669117. OLE color: 669117.

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

Color convert

RGB 189 53 10 -
CMYK 0 0.72 0.95 0.26
HSL 14.41º 0.9% 0.39% -
HSV(B) 14.41º 0.95% 0.74% -
XYZ 22.31 13.39 1.7 -
YUV 88.76 83.56 199.5 -
System Red Green Blue C M Y K H S L
Decimal 189 53 10 0 0.72 0.95 0.26 14.41 0.9 0.39
Hex BD 35 A 0 48 5F 1A E 5A 27
Octal 275 65 12 0 110 137 32 16 132 47
Binary 10111101 110101 1010 0 1001000 1011111 11010 1110 1011010 100111

Color Harmonies of #BD350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD350A

Black with #BD350A

Text Example


Text Example

White with #BD350A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD350A; }

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

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

background-color css

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

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

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

border-color css

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

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

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