Html Css Color HEX #B23B08 Rust

📋 copy color: '#B23B08'

red 178 ◦ green 59 ◦ blue 8

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

Shades of Rust #B23B08

Tints of Rust #B23B08

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.08%

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

R = 72.65%
G = 24.08%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B23B08 (or 0xB23B08) is known color: Rust. HEX triplet: B2, 3B and 08. RGB value is (178,59,8). Sum of RGB (Red+Green+Blue) = 178+59+8=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23B08 is #4DC4F7. Grayscale: #595959. Windows color (decimal): -5096696 or 539570. OLE color: 539570.

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

Color convert

RGB 178 59 8 -
CMYK 0 0.67 0.96 0.30
HSL 18º 0.91% 0.36% -
HSV(B) 18º 0.96% 0.7% -
XYZ 19.97 12.61 1.61 -
YUV 88.77 82.42 191.65 -
System Red Green Blue C M Y K H S L
Decimal 178 59 8 0 0.67 0.96 0.30 18 0.91 0.36
Hex B2 3B 8 0 43 60 1E 12 5B 24
Octal 262 73 10 0 103 140 36 22 133 44
Binary 10110010 111011 1000 0 1000011 1100000 11110 10010 1011011 100100

Color Harmonies of #B23B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23B08

Black with #B23B08

Text Example


Text Example

White with #B23B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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