Html Css Color HEX #B8451C Rust

📋 copy color: '#B8451C'

red 184 ◦ green 69 ◦ blue 28

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

Shades of Rust #B8451C

Tints of Rust #B8451C

RGB

 RED value IS 184 (72.27% from 255) = 65.48%

 GREEN value IS 69 (27.34% from 255) = 24.56%

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 65.48%
G = 24.56%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8451C (or 0xB8451C) is known color: Rust. HEX triplet: B8, 45 and 1C. RGB value is (184,69,28). Sum of RGB (Red+Green+Blue) = 184+69+28=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8451C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8451C is #47BAE3. Grayscale: #626262. Windows color (decimal): -4700900 or 1852856. OLE color: 1852856.

HSL color Cylindrical-coordinate representation of color #B8451C: hue angle of 15.77º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8451C is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 69 28 -
CMYK 0 0.62 0.85 0.28
HSL 15.77º 0.74% 0.42% -
HSV(B) 15.77º 0.85% 0.72% -
XYZ 22.1 14.53 2.74 -
YUV 98.71 88.1 188.83 -
System Red Green Blue C M Y K H S L
Decimal 184 69 28 0 0.62 0.85 0.28 15.77 0.74 0.42
Hex B8 45 1C 0 3E 55 1C 10 4A 2A
Octal 270 105 34 0 76 125 34 20 112 52
Binary 10111000 1000101 11100 0 111110 1010101 11100 10000 1001010 101010

Color Harmonies of #B8451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8451C

Black with #B8451C

Text Example


Text Example

White with #B8451C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8451C; }

 p { color: rgb(184,69,28); }

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

background-color css

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

 a { background-color: rgb(184,69,28); }

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

border-color css

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

 span { border-color: rgb(184,69,28); }

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