Html Css Color HEX #B23C15 Rust

📋 copy color: '#B23C15'

red 178 ◦ green 60 ◦ blue 21

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

Shades of Rust #B23C15

Tints of Rust #B23C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.11%

R = 68.73%
G = 23.17%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B23C15 (or 0xB23C15) is known color: Rust. HEX triplet: B2, 3C and 15. RGB value is (178,60,21). Sum of RGB (Red+Green+Blue) = 178+60+21=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23C15 is #4DC3EA. Grayscale: #5B5B5B. Windows color (decimal): -5096427 or 1391794. OLE color: 1391794.

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

Color convert

RGB 178 60 21 -
CMYK 0 0.66 0.88 0.30
HSL 14.9º 0.79% 0.39% -
HSV(B) 14.9º 0.88% 0.7% -
XYZ 20.11 12.75 2.11 -
YUV 90.84 88.59 190.17 -
System Red Green Blue C M Y K H S L
Decimal 178 60 21 0 0.66 0.88 0.30 14.9 0.79 0.39
Hex B2 3C 15 0 42 58 1E F 4F 27
Octal 262 74 25 0 102 130 36 17 117 47
Binary 10110010 111100 10101 0 1000010 1011000 11110 1111 1001111 100111

Color Harmonies of #B23C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C15

Black with #B23C15

Text Example


Text Example

White with #B23C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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