Html Css Color HEX #B74B02 Rust

📋 copy color: '#B74B02'

red 183 ◦ green 75 ◦ blue 2

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

Shades of Rust #B74B02

Tints of Rust #B74B02

RGB

 RED value IS 183 (71.88% from 255) = 70.38%

 GREEN value IS 75 (29.69% from 255) = 28.85%

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

R = 70.38%
G = 28.85%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B74B02 (or 0xB74B02) is known color: Rust. HEX triplet: B7, 4B and 02. RGB value is (183,75,2). Sum of RGB (Red+Green+Blue) = 183+75+2=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74B02 is #48B4FD. Grayscale: #636363. Windows color (decimal): -4764926 or 150455. OLE color: 150455.

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

Color convert

RGB 183 75 2 -
CMYK 0 0.59 0.99 0.28
HSL 24.2º 0.98% 0.36% -
HSV(B) 24.2º 0.99% 0.72% -
XYZ 22.06 15.1 1.81 -
YUV 98.97 73.28 187.94 -
System Red Green Blue C M Y K H S L
Decimal 183 75 2 0 0.59 0.99 0.28 24.2 0.98 0.36
Hex B7 4B 2 0 3B 63 1C 18 62 24
Octal 267 113 2 0 73 143 34 30 142 44
Binary 10110111 1001011 10 0 111011 1100011 11100 11000 1100010 100100

Color Harmonies of #B74B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74B02

Black with #B74B02

Text Example


Text Example

White with #B74B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74B02; }

 p { color: rgb(183,75,2); }

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

background-color css

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

 a { background-color: rgb(183,75,2); }

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

border-color css

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

 span { border-color: rgb(183,75,2); }

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