Html Css Color HEX #BD4601 Rust

📋 copy color: '#BD4601'

red 189 ◦ green 70 ◦ blue 1

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

Shades of Rust #BD4601

Tints of Rust #BD4601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.92%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 72.69%
G = 26.92%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD4601 (or 0xBD4601) is known color: Rust. HEX triplet: BD, 46 and 01. RGB value is (189,70,1). Sum of RGB (Red+Green+Blue) = 189+70+1=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4601 is #42B9FE. Grayscale: #626262. Windows color (decimal): -4372991 or 83645. OLE color: 83645.

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

Color convert

RGB 189 70 1 -
CMYK 0 0.63 0.99 0.26
HSL 22.02º 0.99% 0.37% -
HSV(B) 22.02º 0.99% 0.74% -
XYZ 23.18 15.2 1.74 -
YUV 97.72 73.42 193.11 -
System Red Green Blue C M Y K H S L
Decimal 189 70 1 0 0.63 0.99 0.26 22.02 0.99 0.37
Hex BD 46 1 0 3F 63 1A 16 63 25
Octal 275 106 1 0 77 143 32 26 143 45
Binary 10111101 1000110 1 0 111111 1100011 11010 10110 1100011 100101

Color Harmonies of #BD4601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4601

Black with #BD4601

Text Example


Text Example

White with #BD4601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4601; }

 p { color: rgb(189,70,1); }

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

background-color css

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

 a { background-color: rgb(189,70,1); }

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

border-color css

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

 span { border-color: rgb(189,70,1); }

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