Html Css Color HEX #B23614 Rust

📋 copy color: '#B23614'

red 178 ◦ green 54 ◦ blue 20

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

Shades of Rust #B23614

Tints of Rust #B23614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.43%

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

R = 70.63%
G = 21.43%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B23614 (or 0xB23614) is known color: Rust. HEX triplet: B2, 36 and 14. RGB value is (178,54,20). Sum of RGB (Red+Green+Blue) = 178+54+20=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B23614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23614 is #4DC9EB. Grayscale: #575757. Windows color (decimal): -5097964 or 1324722. OLE color: 1324722.

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

Color convert

RGB 178 54 20 -
CMYK 0 0.70 0.89 0.30
HSL 12.91º 0.8% 0.39% -
HSV(B) 12.91º 0.89% 0.7% -
XYZ 19.81 12.15 1.96 -
YUV 87.2 90.08 192.76 -
System Red Green Blue C M Y K H S L
Decimal 178 54 20 0 0.70 0.89 0.30 12.91 0.8 0.39
Hex B2 36 14 0 46 59 1E D 50 27
Octal 262 66 24 0 106 131 36 15 120 47
Binary 10110010 110110 10100 0 1000110 1011001 11110 1101 1010000 100111

Color Harmonies of #B23614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23614

Black with #B23614

Text Example


Text Example

White with #B23614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23614; }

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

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

background-color css

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

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

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

border-color css

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

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

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