Html Css Color HEX #B25002 Rust

📋 copy color: '#B25002'

red 178 ◦ green 80 ◦ blue 2

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

Shades of Rust #B25002

Tints of Rust #B25002

RGB

 RED value IS 178 (69.92% from 255) = 68.46%

 GREEN value IS 80 (31.64% from 255) = 30.77%

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

R = 68.46%
G = 30.77%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B25002 (or 0xB25002) is known color: Rust. HEX triplet: B2, 50 and 02. RGB value is (178,80,2). Sum of RGB (Red+Green+Blue) = 178+80+2=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B25002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25002 is #4DAFFD. Grayscale: #646464. Windows color (decimal): -5091326 or 151730. OLE color: 151730.

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

Color convert

RGB 178 80 2 -
CMYK 0 0.55 0.99 0.30
HSL 26.59º 0.98% 0.35% -
HSV(B) 26.59º 0.99% 0.7% -
XYZ 21.24 15.21 1.87 -
YUV 100.41 72.47 183.34 -
System Red Green Blue C M Y K H S L
Decimal 178 80 2 0 0.55 0.99 0.30 26.59 0.98 0.35
Hex B2 50 2 0 37 63 1E 1B 62 23
Octal 262 120 2 0 67 143 36 33 142 43
Binary 10110010 1010000 10 0 110111 1100011 11110 11011 1100010 100011

Color Harmonies of #B25002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25002

Black with #B25002

Text Example


Text Example

White with #B25002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25002; }

 p { color: rgb(178,80,2); }

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

background-color css

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

 a { background-color: rgb(178,80,2); }

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

border-color css

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

 span { border-color: rgb(178,80,2); }

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