Html Css Color HEX #B23A19 Rust

📋 copy color: '#B23A19'

red 178 ◦ green 58 ◦ blue 25

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

Shades of Rust #B23A19

Tints of Rust #B23A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.58%

R = 68.2%
G = 22.22%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B23A19 (or 0xB23A19) is known color: Rust. HEX triplet: B2, 3A and 19. RGB value is (178,58,25). Sum of RGB (Red+Green+Blue) = 178+58+25=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23A19 is #4DC5E6. Grayscale: #5A5A5A. Windows color (decimal): -5096935 or 1653426. OLE color: 1653426.

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

Color convert

RGB 178 58 25 -
CMYK 0 0.67 0.86 0.30
HSL 12.94º 0.75% 0.4% -
HSV(B) 12.94º 0.86% 0.7% -
XYZ 20.05 12.56 2.29 -
YUV 90.12 91.26 190.68 -
System Red Green Blue C M Y K H S L
Decimal 178 58 25 0 0.67 0.86 0.30 12.94 0.75 0.4
Hex B2 3A 19 0 43 56 1E D 4B 28
Octal 262 72 31 0 103 126 36 15 113 50
Binary 10110010 111010 11001 0 1000011 1010110 11110 1101 1001011 101000

Color Harmonies of #B23A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A19

Black with #B23A19

Text Example


Text Example

White with #B23A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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