Html Css Color HEX #B23A14 Rust

📋 copy color: '#B23A14'

red 178 ◦ green 58 ◦ blue 20

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

Shades of Rust #B23A14

Tints of Rust #B23A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 69.53%
G = 22.66%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B23A14 (or 0xB23A14) is known color: Rust. HEX triplet: B2, 3A and 14. RGB value is (178,58,20). Sum of RGB (Red+Green+Blue) = 178+58+20=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23A14 is #4DC5EB. Grayscale: #595959. Windows color (decimal): -5096940 or 1325746. OLE color: 1325746.

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

Color convert

RGB 178 58 20 -
CMYK 0 0.67 0.89 0.30
HSL 14.43º 0.8% 0.39% -
HSV(B) 14.43º 0.89% 0.7% -
XYZ 20 12.54 2.03 -
YUV 89.55 88.76 191.09 -
System Red Green Blue C M Y K H S L
Decimal 178 58 20 0 0.67 0.89 0.30 14.43 0.8 0.39
Hex B2 3A 14 0 43 59 1E E 50 27
Octal 262 72 24 0 103 131 36 16 120 47
Binary 10110010 111010 10100 0 1000011 1011001 11110 1110 1010000 100111

Color Harmonies of #B23A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A14

Black with #B23A14

Text Example


Text Example

White with #B23A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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