Html Css Color HEX #B53419 Rust

📋 copy color: '#B53419'

red 181 ◦ green 52 ◦ blue 25

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

Shades of Rust #B53419

Tints of Rust #B53419

RGB

 RED value IS 181 (71.09% from 255) = 70.16%

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

 BLUE value IS 25 (10.16% from 255) = 9.69%

R = 70.16%
G = 20.16%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B53419 (or 0xB53419) is known color: Rust. HEX triplet: B5, 34 and 19. RGB value is (181,52,25). Sum of RGB (Red+Green+Blue) = 181+52+25=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B53419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53419 is #4ACBE6. Grayscale: #575757. Windows color (decimal): -4901863 or 1651893. OLE color: 1651893.

HSL color Cylindrical-coordinate representation of color #B53419: hue angle of 10.38º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B53419 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 52 25 -
CMYK 0 0.71 0.86 0.29
HSL 10.38º 0.76% 0.4% -
HSV(B) 10.38º 0.86% 0.71% -
XYZ 20.46 12.35 2.23 -
YUV 87.49 92.74 194.7 -
System Red Green Blue C M Y K H S L
Decimal 181 52 25 0 0.71 0.86 0.29 10.38 0.76 0.4
Hex B5 34 19 0 47 56 1D A 4C 28
Octal 265 64 31 0 107 126 35 12 114 50
Binary 10110101 110100 11001 0 1000111 1010110 11101 1010 1001100 101000

Color Harmonies of #B53419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53419

Black with #B53419

Text Example


Text Example

White with #B53419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53419; }

 p { color: rgb(181,52,25); }

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

background-color css

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

 a { background-color: rgb(181,52,25); }

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

border-color css

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

 span { border-color: rgb(181,52,25); }

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