Html Css Color HEX #B23C10 Rust

📋 copy color: '#B23C10'

red 178 ◦ green 60 ◦ blue 16

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

Shades of Rust #B23C10

Tints of Rust #B23C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.3%

R = 70.08%
G = 23.62%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B23C10 (or 0xB23C10) is known color: Rust. HEX triplet: B2, 3C and 10. RGB value is (178,60,16). Sum of RGB (Red+Green+Blue) = 178+60+16=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23C10 is #4DC3EF. Grayscale: #5A5A5A. Windows color (decimal): -5096432 or 1064114. OLE color: 1064114.

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

Color convert

RGB 178 60 16 -
CMYK 0 0.66 0.91 0.30
HSL 16.3º 0.84% 0.38% -
HSV(B) 16.3º 0.91% 0.7% -
XYZ 20.07 12.73 1.89 -
YUV 90.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 178 60 16 0 0.66 0.91 0.30 16.3 0.84 0.38
Hex B2 3C 10 0 42 5B 1E 10 54 26
Octal 262 74 20 0 102 133 36 20 124 46
Binary 10110010 111100 10000 0 1000010 1011011 11110 10000 1010100 100110

Color Harmonies of #B23C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C10

Black with #B23C10

Text Example


Text Example

White with #B23C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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