Html Css Color HEX #BD3A02 Rust

📋 copy color: '#BD3A02'

red 189 ◦ green 58 ◦ blue 2

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

Shades of Rust #BD3A02

Tints of Rust #BD3A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.29%

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 75.9%
G = 23.29%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD3A02 (or 0xBD3A02) is known color: Rust. HEX triplet: BD, 3A and 02. RGB value is (189,58,2). Sum of RGB (Red+Green+Blue) = 189+58+2=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3A02 is #42C5FD. Grayscale: #5B5B5B. Windows color (decimal): -4376062 or 146109. OLE color: 146109.

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

Color convert

RGB 189 58 2 -
CMYK 0 0.69 0.99 0.26
HSL 17.97º 0.98% 0.37% -
HSV(B) 17.97º 0.99% 0.74% -
XYZ 22.51 13.85 1.54 -
YUV 90.79 77.9 198.05 -
System Red Green Blue C M Y K H S L
Decimal 189 58 2 0 0.69 0.99 0.26 17.97 0.98 0.37
Hex BD 3A 2 0 45 63 1A 12 62 25
Octal 275 72 2 0 105 143 32 22 142 45
Binary 10111101 111010 10 0 1000101 1100011 11010 10010 1100010 100101

Color Harmonies of #BD3A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A02

Black with #BD3A02

Text Example


Text Example

White with #BD3A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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