Html Css Color HEX #B23601 Rust

📋 copy color: '#B23601'

red 178 ◦ green 54 ◦ blue 1

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

Shades of Rust #B23601

Tints of Rust #B23601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.18%

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

R = 76.39%
G = 23.18%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B23601 (or 0xB23601) is known color: Rust. HEX triplet: B2, 36 and 01. RGB value is (178,54,1). Sum of RGB (Red+Green+Blue) = 178+54+1=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B23601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23601 is #4DC9FE. Grayscale: #555555. Windows color (decimal): -5097983 or 79538. OLE color: 79538.

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

Color convert

RGB 178 54 1 -
CMYK 0 0.70 0.99 0.30
HSL 17.97º 0.99% 0.35% -
HSV(B) 17.97º 0.99% 0.7% -
XYZ 19.68 12.11 1.33 -
YUV 85.03 80.58 194.31 -
System Red Green Blue C M Y K H S L
Decimal 178 54 1 0 0.70 0.99 0.30 17.97 0.99 0.35
Hex B2 36 1 0 46 63 1E 12 63 23
Octal 262 66 1 0 106 143 36 22 143 43
Binary 10110010 110110 1 0 1000110 1100011 11110 10010 1100011 100011

Color Harmonies of #B23601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23601

Black with #B23601

Text Example


Text Example

White with #B23601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23601; }

 p { color: rgb(178,54,1); }

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

background-color css

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

 a { background-color: rgb(178,54,1); }

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

border-color css

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

 span { border-color: rgb(178,54,1); }

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