Html Css Color HEX #B23C0E Rust

📋 copy color: '#B23C0E'

red 178 ◦ green 60 ◦ blue 14

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

Shades of Rust #B23C0E

Tints of Rust #B23C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

 BLUE value IS 14 (5.86% from 255) = 5.56%

R = 70.63%
G = 23.81%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B23C0E (or 0xB23C0E) is known color: Rust. HEX triplet: B2, 3C and 0E. RGB value is (178,60,14). Sum of RGB (Red+Green+Blue) = 178+60+14=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23C0E is #4DC3F1. Grayscale: #5A5A5A. Windows color (decimal): -5096434 or 933042. OLE color: 933042.

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

Color convert

RGB 178 60 14 -
CMYK 0 0.66 0.92 0.30
HSL 16.83º 0.85% 0.38% -
HSV(B) 16.83º 0.92% 0.7% -
XYZ 20.06 12.73 1.82 -
YUV 90.04 85.09 190.74 -
System Red Green Blue C M Y K H S L
Decimal 178 60 14 0 0.66 0.92 0.30 16.83 0.85 0.38
Hex B2 3C E 0 42 5C 1E 11 55 26
Octal 262 74 16 0 102 134 36 21 125 46
Binary 10110010 111100 1110 0 1000010 1011100 11110 10001 1010101 100110

Color Harmonies of #B23C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C0E

Black with #B23C0E

Text Example


Text Example

White with #B23C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C0E; }

 p { color: rgb(178,60,14); }

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

background-color css

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

 a { background-color: rgb(178,60,14); }

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

border-color css

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

 span { border-color: rgb(178,60,14); }

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