Html Css Color HEX #B23C1A Rust

📋 copy color: '#B23C1A'

red 178 ◦ green 60 ◦ blue 26

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

Shades of Rust #B23C1A

Tints of Rust #B23C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.85%

R = 67.42%
G = 22.73%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B23C1A (or 0xB23C1A) is known color: Rust. HEX triplet: B2, 3C and 1A. RGB value is (178,60,26). Sum of RGB (Red+Green+Blue) = 178+60+26=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C1A is #4DC3E5. Grayscale: #5B5B5B. Windows color (decimal): -5096422 or 1719474. OLE color: 1719474.

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

Color convert

RGB 178 60 26 -
CMYK 0 0.66 0.85 0.30
HSL 13.42º 0.75% 0.4% -
HSV(B) 13.42º 0.85% 0.7% -
XYZ 20.16 12.77 2.38 -
YUV 91.41 91.09 189.76 -
System Red Green Blue C M Y K H S L
Decimal 178 60 26 0 0.66 0.85 0.30 13.42 0.75 0.4
Hex B2 3C 1A 0 42 55 1E D 4B 28
Octal 262 74 32 0 102 125 36 15 113 50
Binary 10110010 111100 11010 0 1000010 1010101 11110 1101 1001011 101000

Color Harmonies of #B23C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C1A

Black with #B23C1A

Text Example


Text Example

White with #B23C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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