Html Css Color HEX #B23C08 Rust

📋 copy color: '#B23C08'

red 178 ◦ green 60 ◦ blue 8

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

Shades of Rust #B23C08

Tints of Rust #B23C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.25%

R = 72.36%
G = 24.39%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B23C08 (or 0xB23C08) is known color: Rust. HEX triplet: B2, 3C and 08. RGB value is (178,60,8). Sum of RGB (Red+Green+Blue) = 178+60+8=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23C08 is #4DC3F7. Grayscale: #595959. Windows color (decimal): -5096440 or 539826. OLE color: 539826.

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

Color convert

RGB 178 60 8 -
CMYK 0 0.66 0.96 0.30
HSL 18.35º 0.91% 0.36% -
HSV(B) 18.35º 0.96% 0.7% -
XYZ 20.02 12.71 1.63 -
YUV 89.35 82.09 191.23 -
System Red Green Blue C M Y K H S L
Decimal 178 60 8 0 0.66 0.96 0.30 18.35 0.91 0.36
Hex B2 3C 8 0 42 60 1E 12 5B 24
Octal 262 74 10 0 102 140 36 22 133 44
Binary 10110010 111100 1000 0 1000010 1100000 11110 10010 1011011 100100

Color Harmonies of #B23C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C08

Black with #B23C08

Text Example


Text Example

White with #B23C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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