Html Css Color HEX #B74E02 Rust

📋 copy color: '#B74E02'

red 183 ◦ green 78 ◦ blue 2

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

Shades of Rust #B74E02

Tints of Rust #B74E02

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.66%

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

R = 69.58%
G = 29.66%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B74E02 (or 0xB74E02) is known color: Rust. HEX triplet: B7, 4E and 02. RGB value is (183,78,2). Sum of RGB (Red+Green+Blue) = 183+78+2=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74E02 is #48B1FD. Grayscale: #656565. Windows color (decimal): -4764158 or 151223. OLE color: 151223.

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

Color convert

RGB 183 78 2 -
CMYK 0 0.57 0.99 0.28
HSL 25.19º 0.98% 0.36% -
HSV(B) 25.19º 0.99% 0.72% -
XYZ 22.26 15.52 1.88 -
YUV 100.73 72.29 186.68 -
System Red Green Blue C M Y K H S L
Decimal 183 78 2 0 0.57 0.99 0.28 25.19 0.98 0.36
Hex B7 4E 2 0 39 63 1C 19 62 24
Octal 267 116 2 0 71 143 34 31 142 44
Binary 10110111 1001110 10 0 111001 1100011 11100 11001 1100010 100100

Color Harmonies of #B74E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74E02

Black with #B74E02

Text Example


Text Example

White with #B74E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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