Html Css Color HEX #BD3F1B Rust

📋 copy color: '#BD3F1B'

red 189 ◦ green 63 ◦ blue 27

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

Shades of Rust #BD3F1B

Tints of Rust #BD3F1B

RGB

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

 GREEN value IS 63 (25% from 255) = 22.58%

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 67.74%
G = 22.58%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD3F1B (or 0xBD3F1B) is known color: Rust. HEX triplet: BD, 3F and 1B. RGB value is (189,63,27). Sum of RGB (Red+Green+Blue) = 189+63+27=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3F1B is #42C0E4. Grayscale: #606060. Windows color (decimal): -4374757 or 1785789. OLE color: 1785789.

HSL color Cylindrical-coordinate representation of color #BD3F1B: hue angle of 13.33º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD3F1B is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 63 27 -
CMYK 0 0.67 0.86 0.26
HSL 13.33º 0.75% 0.42% -
HSV(B) 13.33º 0.86% 0.74% -
XYZ 22.96 14.45 2.62 -
YUV 96.57 88.74 193.93 -
System Red Green Blue C M Y K H S L
Decimal 189 63 27 0 0.67 0.86 0.26 13.33 0.75 0.42
Hex BD 3F 1B 0 43 56 1A D 4B 2A
Octal 275 77 33 0 103 126 32 15 113 52
Binary 10111101 111111 11011 0 1000011 1010110 11010 1101 1001011 101010

Color Harmonies of #BD3F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F1B

Black with #BD3F1B

Text Example


Text Example

White with #BD3F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F1B; }

 p { color: rgb(189,63,27); }

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

background-color css

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

 a { background-color: rgb(189,63,27); }

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

border-color css

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

 span { border-color: rgb(189,63,27); }

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