Html Css Color HEX #BD3202 Rust

📋 copy color: '#BD3202'

red 189 ◦ green 50 ◦ blue 2

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

Shades of Rust #BD3202

Tints of Rust #BD3202

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

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

R = 78.42%
G = 20.75%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD3202 (or 0xBD3202) is known color: Rust. HEX triplet: BD, 32 and 02. RGB value is (189,50,2). Sum of RGB (Red+Green+Blue) = 189+50+2=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3202 is #42CDFD. Grayscale: #565656. Windows color (decimal): -4378110 or 144061. OLE color: 144061.

HSL color Cylindrical-coordinate representation of color #BD3202: hue angle of 15.4º 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 #BD3202 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 50 2 -
CMYK 0 0.74 0.99 0.26
HSL 15.4º 0.98% 0.37% -
HSV(B) 15.4º 0.99% 0.74% -
XYZ 22.14 13.1 1.42 -
YUV 86.09 80.55 201.4 -
System Red Green Blue C M Y K H S L
Decimal 189 50 2 0 0.74 0.99 0.26 15.4 0.98 0.37
Hex BD 32 2 0 4A 63 1A F 62 25
Octal 275 62 2 0 112 143 32 17 142 45
Binary 10111101 110010 10 0 1001010 1100011 11010 1111 1100010 100101

Color Harmonies of #BD3202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3202

Black with #BD3202

Text Example


Text Example

White with #BD3202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3202; }

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

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

background-color css

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

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

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

border-color css

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

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

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