Html Css Color HEX #BD380B Rust

📋 copy color: '#BD380B'

red 189 ◦ green 56 ◦ blue 11

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

Shades of Rust #BD380B

Tints of Rust #BD380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

 BLUE value IS 11 (4.69% from 255) = 4.3%

R = 73.83%
G = 21.88%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD380B (or 0xBD380B) is known color: Rust. HEX triplet: BD, 38 and 0B. RGB value is (189,56,11). Sum of RGB (Red+Green+Blue) = 189+56+11=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD380B is #42C7F4. Grayscale: #5A5A5A. Windows color (decimal): -4376565 or 735421. OLE color: 735421.

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

Color convert

RGB 189 56 11 -
CMYK 0 0.70 0.94 0.26
HSL 15.17º 0.89% 0.39% -
HSV(B) 15.17º 0.94% 0.74% -
XYZ 22.46 13.67 1.77 -
YUV 90.64 83.06 198.16 -
System Red Green Blue C M Y K H S L
Decimal 189 56 11 0 0.70 0.94 0.26 15.17 0.89 0.39
Hex BD 38 B 0 46 5E 1A F 59 27
Octal 275 70 13 0 106 136 32 17 131 47
Binary 10111101 111000 1011 0 1000110 1011110 11010 1111 1011001 100111

Color Harmonies of #BD380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD380B

Black with #BD380B

Text Example


Text Example

White with #BD380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD380B; }

 p { color: rgb(189,56,11); }

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

background-color css

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

 a { background-color: rgb(189,56,11); }

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

border-color css

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

 span { border-color: rgb(189,56,11); }

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