Html Css Color HEX #B23F08 Rust

📋 copy color: '#B23F08'

red 178 ◦ green 63 ◦ blue 8

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

Shades of Rust #B23F08

Tints of Rust #B23F08

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

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

R = 71.49%
G = 25.3%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B23F08 (or 0xB23F08) is known color: Rust. HEX triplet: B2, 3F and 08. RGB value is (178,63,8). Sum of RGB (Red+Green+Blue) = 178+63+8=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23F08 is #4DC0F7. Grayscale: #5B5B5B. Windows color (decimal): -5095672 or 540594. OLE color: 540594.

HSL color Cylindrical-coordinate representation of color #B23F08: hue angle of 19.41º 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 #B23F08 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 63 8 -
CMYK 0 0.65 0.96 0.30
HSL 19.41º 0.91% 0.36% -
HSV(B) 19.41º 0.96% 0.7% -
XYZ 20.18 13.04 1.68 -
YUV 91.12 81.1 189.97 -
System Red Green Blue C M Y K H S L
Decimal 178 63 8 0 0.65 0.96 0.30 19.41 0.91 0.36
Hex B2 3F 8 0 41 60 1E 13 5B 24
Octal 262 77 10 0 101 140 36 23 133 44
Binary 10110010 111111 1000 0 1000001 1100000 11110 10011 1011011 100100

Color Harmonies of #B23F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23F08

Black with #B23F08

Text Example


Text Example

White with #B23F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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