Html Css Color HEX #B02601 Rust

📋 copy color: '#B02601'

red 176 ◦ green 38 ◦ blue 1

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

Shades of Rust #B02601

Tints of Rust #B02601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

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

R = 81.86%
G = 17.67%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B02601 (or 0xB02601) is known color: Rust. HEX triplet: B0, 26 and 01. RGB value is (176,38,1). Sum of RGB (Red+Green+Blue) = 176+38+1=215 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.86% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 176 - color contains mainly: red. Hex color #B02601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02601 is #4FD9FE. Grayscale: #4B4B4B. Windows color (decimal): -5233151 or 75440. OLE color: 75440.

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

Color convert

RGB 176 38 1 -
CMYK 0 0.78 0.99 0.31
HSL 12.69º 0.99% 0.35% -
HSV(B) 12.69º 0.99% 0.69% -
XYZ 18.6 10.62 1.1 -
YUV 75.04 86.22 200.01 -
System Red Green Blue C M Y K H S L
Decimal 176 38 1 0 0.78 0.99 0.31 12.69 0.99 0.35
Hex B0 26 1 0 4E 63 1F D 63 23
Octal 260 46 1 0 116 143 37 15 143 43
Binary 10110000 100110 1 0 1001110 1100011 11111 1101 1100011 100011

Color Harmonies of #B02601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02601

Black with #B02601

Text Example


Text Example

White with #B02601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02601; }

 p { color: rgb(176,38,1); }

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

background-color css

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

 a { background-color: rgb(176,38,1); }

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

border-color css

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

 span { border-color: rgb(176,38,1); }

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