Html Css Color HEX #B23A1B Rust

📋 copy color: '#B23A1B'

red 178 ◦ green 58 ◦ blue 27

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

Shades of Rust #B23A1B

Tints of Rust #B23A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.05%

 BLUE value IS 27 (10.94% from 255) = 10.27%

R = 67.68%
G = 22.05%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B23A1B (or 0xB23A1B) is known color: Rust. HEX triplet: B2, 3A and 1B. RGB value is (178,58,27). Sum of RGB (Red+Green+Blue) = 178+58+27=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23A1B is #4DC5E4. Grayscale: #5A5A5A. Windows color (decimal): -5096933 or 1784498. OLE color: 1784498.

HSL color Cylindrical-coordinate representation of color #B23A1B: hue angle of 12.32º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B23A1B is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 58 27 -
CMYK 0 0.67 0.85 0.30
HSL 12.32º 0.74% 0.4% -
HSV(B) 12.32º 0.85% 0.7% -
XYZ 20.07 12.57 2.41 -
YUV 90.35 92.26 190.52 -
System Red Green Blue C M Y K H S L
Decimal 178 58 27 0 0.67 0.85 0.30 12.32 0.74 0.4
Hex B2 3A 1B 0 43 55 1E C 4A 28
Octal 262 72 33 0 103 125 36 14 112 50
Binary 10110010 111010 11011 0 1000011 1010101 11110 1100 1001010 101000

Color Harmonies of #B23A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A1B

Black with #B23A1B

Text Example


Text Example

White with #B23A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A1B; }

 p { color: rgb(178,58,27); }

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

background-color css

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

 a { background-color: rgb(178,58,27); }

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

border-color css

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

 span { border-color: rgb(178,58,27); }

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