Html Css Color HEX #B83C01 Rust

📋 copy color: '#B83C01'

red 184 ◦ green 60 ◦ blue 1

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

Shades of Rust #B83C01

Tints of Rust #B83C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.49%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 75.1%
G = 24.49%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B83C01 (or 0xB83C01) is known color: Rust. HEX triplet: B8, 3C and 01. RGB value is (184,60,1). Sum of RGB (Red+Green+Blue) = 184+60+1=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83C01 is #47C3FE. Grayscale: #5A5A5A. Windows color (decimal): -4703231 or 81080. OLE color: 81080.

HSL color Cylindrical-coordinate representation of color #B83C01: hue angle of 19.34º degrees, saturation: 0.99, 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 #B83C01 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 60 1 -
CMYK 0 0.67 0.99 0.28
HSL 19.34º 0.99% 0.36% -
HSV(B) 19.34º 0.99% 0.72% -
XYZ 21.39 13.42 1.49 -
YUV 90.35 77.58 194.8 -
System Red Green Blue C M Y K H S L
Decimal 184 60 1 0 0.67 0.99 0.28 19.34 0.99 0.36
Hex B8 3C 1 0 43 63 1C 13 63 24
Octal 270 74 1 0 103 143 34 23 143 44
Binary 10111000 111100 1 0 1000011 1100011 11100 10011 1100011 100100

Color Harmonies of #B83C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83C01

Black with #B83C01

Text Example


Text Example

White with #B83C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83C01; }

 p { color: rgb(184,60,1); }

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

background-color css

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

 a { background-color: rgb(184,60,1); }

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

border-color css

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

 span { border-color: rgb(184,60,1); }

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