Html Css Color HEX #B04302 Rust

📋 copy color: '#B04302'

red 176 ◦ green 67 ◦ blue 2

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

Shades of Rust #B04302

Tints of Rust #B04302

RGB

 RED value IS 176 (69.14% from 255) = 71.84%

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

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

R = 71.84%
G = 27.35%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B04302 (or 0xB04302) is known color: Rust. HEX triplet: B0, 43 and 02. RGB value is (176,67,2). Sum of RGB (Red+Green+Blue) = 176+67+2=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B04302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04302 is #4FBCFD. Grayscale: #5C5C5C. Windows color (decimal): -5225726 or 148400. OLE color: 148400.

HSL color Cylindrical-coordinate representation of color #B04302: hue angle of 22.41º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B04302 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 67 2 -
CMYK 0 0.62 0.99 0.31
HSL 22.41º 0.98% 0.35% -
HSV(B) 22.41º 0.99% 0.69% -
XYZ 19.92 13.25 1.56 -
YUV 92.18 77.11 187.79 -
System Red Green Blue C M Y K H S L
Decimal 176 67 2 0 0.62 0.99 0.31 22.41 0.98 0.35
Hex B0 43 2 0 3E 63 1F 16 62 23
Octal 260 103 2 0 76 143 37 26 142 43
Binary 10110000 1000011 10 0 111110 1100011 11111 10110 1100010 100011

Color Harmonies of #B04302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04302

Black with #B04302

Text Example


Text Example

White with #B04302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04302; }

 p { color: rgb(176,67,2); }

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

background-color css

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

 a { background-color: rgb(176,67,2); }

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

border-color css

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

 span { border-color: rgb(176,67,2); }

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