Html Css Color HEX #B12809 Rust

📋 copy color: '#B12809'

red 177 ◦ green 40 ◦ blue 9

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

Shades of Rust #B12809

Tints of Rust #B12809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.7%

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

R = 78.32%
G = 17.7%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B12809 (or 0xB12809) is known color: Rust. HEX triplet: B1, 28 and 09. RGB value is (177,40,9). Sum of RGB (Red+Green+Blue) = 177+40+9=226 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.32% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 177 - color contains mainly: red. Hex color #B12809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12809 is #4ED7F6. Grayscale: #4D4D4D. Windows color (decimal): -5167095 or 600241. OLE color: 600241.

HSL color Cylindrical-coordinate representation of color #B12809: hue angle of 11.07º 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 #B12809 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 40 9 -
CMYK 0 0.77 0.95 0.31
HSL 11.07º 0.9% 0.36% -
HSV(B) 11.07º 0.95% 0.69% -
XYZ 18.94 10.88 1.36 -
YUV 77.43 89.39 199.02 -
System Red Green Blue C M Y K H S L
Decimal 177 40 9 0 0.77 0.95 0.31 11.07 0.9 0.36
Hex B1 28 9 0 4D 5F 1F B 5A 24
Octal 261 50 11 0 115 137 37 13 132 44
Binary 10110001 101000 1001 0 1001101 1011111 11111 1011 1011010 100100

Color Harmonies of #B12809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12809

Black with #B12809

Text Example


Text Example

White with #B12809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12809; }

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

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

background-color css

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

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

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

border-color css

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

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

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