Html Css Color HEX #B8430B Rust

📋 copy color: '#B8430B'

red 184 ◦ green 67 ◦ blue 11

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

Shades of Rust #B8430B

Tints of Rust #B8430B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.57%

 BLUE value IS 11 (4.69% from 255) = 4.2%

R = 70.23%
G = 25.57%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8430B (or 0xB8430B) is known color: Rust. HEX triplet: B8, 43 and 0B. RGB value is (184,67,11). Sum of RGB (Red+Green+Blue) = 184+67+11=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B8430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8430B is #47BCF4. Grayscale: #5F5F5F. Windows color (decimal): -4701429 or 738232. OLE color: 738232.

HSL color Cylindrical-coordinate representation of color #B8430B: hue angle of 19.42º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8430B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 67 11 -
CMYK 0 0.64 0.94 0.28
HSL 19.42º 0.89% 0.38% -
HSV(B) 19.42º 0.94% 0.72% -
XYZ 21.83 14.23 1.91 -
YUV 95.6 80.26 191.05 -
System Red Green Blue C M Y K H S L
Decimal 184 67 11 0 0.64 0.94 0.28 19.42 0.89 0.38
Hex B8 43 B 0 40 5E 1C 13 59 26
Octal 270 103 13 0 100 136 34 23 131 46
Binary 10111000 1000011 1011 0 1000000 1011110 11100 10011 1011001 100110

Color Harmonies of #B8430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8430B

Black with #B8430B

Text Example


Text Example

White with #B8430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8430B; }

 p { color: rgb(184,67,11); }

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

background-color css

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

 a { background-color: rgb(184,67,11); }

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

border-color css

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

 span { border-color: rgb(184,67,11); }

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