Html Css Color HEX #B23101 Rust

📋 copy color: '#B23101'

red 178 ◦ green 49 ◦ blue 1

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

Shades of Rust #B23101

Tints of Rust #B23101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.49%

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

R = 78.07%
G = 21.49%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B23101 (or 0xB23101) is known color: Rust. HEX triplet: B2, 31 and 01. RGB value is (178,49,1). Sum of RGB (Red+Green+Blue) = 178+49+1=228 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.07% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 178 - color contains mainly: red. Hex color #B23101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23101 is #4DCEFE. Grayscale: #525252. Windows color (decimal): -5099263 or 78258. OLE color: 78258.

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

Color convert

RGB 178 49 1 -
CMYK 0 0.72 0.99 0.30
HSL 16.27º 0.99% 0.35% -
HSV(B) 16.27º 0.99% 0.7% -
XYZ 19.46 11.66 1.25 -
YUV 82.1 82.24 196.4 -
System Red Green Blue C M Y K H S L
Decimal 178 49 1 0 0.72 0.99 0.30 16.27 0.99 0.35
Hex B2 31 1 0 48 63 1E 10 63 23
Octal 262 61 1 0 110 143 36 20 143 43
Binary 10110010 110001 1 0 1001000 1100011 11110 10000 1100011 100011

Color Harmonies of #B23101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23101

Black with #B23101

Text Example


Text Example

White with #B23101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23101; }

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

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

background-color css

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

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

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

border-color css

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

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

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