Html Css Color HEX #B23102 Rust

📋 copy color: '#B23102'

red 178 ◦ green 49 ◦ blue 2

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

Shades of Rust #B23102

Tints of Rust #B23102

RGB

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

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

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

R = 77.73%
G = 21.4%
B = 0.87%

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

#B23102 (or 0xB23102) is known color: Rust. HEX triplet: B2, 31 and 02. RGB value is (178,49,2). Sum of RGB (Red+Green+Blue) = 178+49+2=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B23102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23102 is #4DCEFD. Grayscale: #525252. Windows color (decimal): -5099262 or 143794. OLE color: 143794.

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

Color convert

RGB 178 49 2 -
CMYK 0 0.72 0.99 0.30
HSL 16.02º 0.98% 0.35% -
HSV(B) 16.02º 0.99% 0.7% -
XYZ 19.47 11.67 1.28 -
YUV 82.21 82.74 196.32 -
System Red Green Blue C M Y K H S L
Decimal 178 49 2 0 0.72 0.99 0.30 16.02 0.98 0.35
Hex B2 31 2 0 48 63 1E 10 62 23
Octal 262 61 2 0 110 143 36 20 142 43
Binary 10110010 110001 10 0 1001000 1100011 11110 10000 1100010 100011

Color Harmonies of #B23102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23102

Black with #B23102

Text Example


Text Example

White with #B23102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23102; }

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

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

background-color css

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

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

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

border-color css

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

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

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