Html Css Color HEX #B13409 Rust

📋 copy color: '#B13409'

red 177 ◦ green 52 ◦ blue 9

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

Shades of Rust #B13409

Tints of Rust #B13409

RGB

 RED value IS 177 (69.53% from 255) = 74.37%

 GREEN value IS 52 (20.7% from 255) = 21.85%

 BLUE value IS 9 (3.91% from 255) = 3.78%

R = 74.37%
G = 21.85%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B13409 (or 0xB13409) is known color: Rust. HEX triplet: B1, 34 and 09. RGB value is (177,52,9). Sum of RGB (Red+Green+Blue) = 177+52+9=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B13409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13409 is #4ECBF6. Grayscale: #545454. Windows color (decimal): -5164023 or 603313. OLE color: 603313.

HSL color Cylindrical-coordinate representation of color #B13409: hue angle of 15.36º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B13409 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 52 9 -
CMYK 0 0.71 0.95 0.31
HSL 15.36º 0.9% 0.36% -
HSV(B) 15.36º 0.95% 0.69% -
XYZ 19.41 11.82 1.52 -
YUV 84.47 85.41 194 -
System Red Green Blue C M Y K H S L
Decimal 177 52 9 0 0.71 0.95 0.31 15.36 0.9 0.36
Hex B1 34 9 0 47 5F 1F F 5A 24
Octal 261 64 11 0 107 137 37 17 132 44
Binary 10110001 110100 1001 0 1000111 1011111 11111 1111 1011010 100100

Color Harmonies of #B13409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13409

Black with #B13409

Text Example


Text Example

White with #B13409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13409; }

 p { color: rgb(177,52,9); }

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

background-color css

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

 a { background-color: rgb(177,52,9); }

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

border-color css

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

 span { border-color: rgb(177,52,9); }

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