Html Css Color HEX #BD4B03 Rust

📋 copy color: '#BD4B03'

red 189 ◦ green 75 ◦ blue 3

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

Shades of Rust #BD4B03

Tints of Rust #BD4B03

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.09%

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 70.79%
G = 28.09%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD4B03 (or 0xBD4B03) is known color: Rust. HEX triplet: BD, 4B and 03. RGB value is (189,75,3). Sum of RGB (Red+Green+Blue) = 189+75+3=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4B03 is #42B4FC. Grayscale: #656565. Windows color (decimal): -4371709 or 215997. OLE color: 215997.

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

Color convert

RGB 189 75 3 -
CMYK 0 0.60 0.98 0.26
HSL 23.23º 0.97% 0.38% -
HSV(B) 23.23º 0.98% 0.74% -
XYZ 23.52 15.86 1.91 -
YUV 100.88 72.77 190.85 -
System Red Green Blue C M Y K H S L
Decimal 189 75 3 0 0.60 0.98 0.26 23.23 0.97 0.38
Hex BD 4B 3 0 3C 62 1A 17 61 26
Octal 275 113 3 0 74 142 32 27 141 46
Binary 10111101 1001011 11 0 111100 1100010 11010 10111 1100001 100110

Color Harmonies of #BD4B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4B03

Black with #BD4B03

Text Example


Text Example

White with #BD4B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4B03; }

 p { color: rgb(189,75,3); }

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

background-color css

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

 a { background-color: rgb(189,75,3); }

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

border-color css

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

 span { border-color: rgb(189,75,3); }

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