Html Css Color HEX #B23E0C Rust

📋 copy color: '#B23E0C'

red 178 ◦ green 62 ◦ blue 12

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

Shades of Rust #B23E0C

Tints of Rust #B23E0C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.6%

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 70.63%
G = 24.6%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B23E0C (or 0xB23E0C) is known color: Rust. HEX triplet: B2, 3E and 0C. RGB value is (178,62,12). Sum of RGB (Red+Green+Blue) = 178+62+12=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23E0C is #4DC1F3. Grayscale: #5B5B5B. Windows color (decimal): -5095924 or 802482. OLE color: 802482.

HSL color Cylindrical-coordinate representation of color #B23E0C: hue angle of 18.07º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B23E0C is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 62 12 -
CMYK 0 0.65 0.93 0.30
HSL 18.07º 0.87% 0.37% -
HSV(B) 18.07º 0.93% 0.7% -
XYZ 20.15 12.94 1.78 -
YUV 90.98 83.43 190.07 -
System Red Green Blue C M Y K H S L
Decimal 178 62 12 0 0.65 0.93 0.30 18.07 0.87 0.37
Hex B2 3E C 0 41 5D 1E 12 57 25
Octal 262 76 14 0 101 135 36 22 127 45
Binary 10110010 111110 1100 0 1000001 1011101 11110 10010 1010111 100101

Color Harmonies of #B23E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23E0C

Black with #B23E0C

Text Example


Text Example

White with #B23E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23E0C; }

 p { color: rgb(178,62,12); }

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

background-color css

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

 a { background-color: rgb(178,62,12); }

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

border-color css

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

 span { border-color: rgb(178,62,12); }

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