Html Css Color HEX #B83F02 Rust

📋 copy color: '#B83F02'

red 184 ◦ green 63 ◦ blue 2

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

Shades of Rust #B83F02

Tints of Rust #B83F02

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 73.9%
G = 25.3%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B83F02 (or 0xB83F02) is known color: Rust. HEX triplet: B8, 3F and 02. RGB value is (184,63,2). Sum of RGB (Red+Green+Blue) = 184+63+2=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83F02 is #47C0FD. Grayscale: #5C5C5C. Windows color (decimal): -4702462 or 147384. OLE color: 147384.

HSL color Cylindrical-coordinate representation of color #B83F02: hue angle of 20.11º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B83F02 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 63 2 -
CMYK 0 0.66 0.99 0.28
HSL 20.11º 0.98% 0.36% -
HSV(B) 20.11º 0.99% 0.72% -
XYZ 21.56 13.75 1.58 -
YUV 92.23 77.09 193.46 -
System Red Green Blue C M Y K H S L
Decimal 184 63 2 0 0.66 0.99 0.28 20.11 0.98 0.36
Hex B8 3F 2 0 42 63 1C 14 62 24
Octal 270 77 2 0 102 143 34 24 142 44
Binary 10111000 111111 10 0 1000010 1100011 11100 10100 1100010 100100

Color Harmonies of #B83F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83F02

Black with #B83F02

Text Example


Text Example

White with #B83F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83F02; }

 p { color: rgb(184,63,2); }

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

background-color css

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

 a { background-color: rgb(184,63,2); }

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

border-color css

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

 span { border-color: rgb(184,63,2); }

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