Html Css Color HEX #B23D08 Rust

📋 copy color: '#B23D08'

red 178 ◦ green 61 ◦ blue 8

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

Shades of Rust #B23D08

Tints of Rust #B23D08

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.7%

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

R = 72.06%
G = 24.7%
B = 3.24%

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

#B23D08 (or 0xB23D08) is known color: Rust. HEX triplet: B2, 3D and 08. RGB value is (178,61,8). Sum of RGB (Red+Green+Blue) = 178+61+8=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23D08 is #4DC2F7. Grayscale: #5A5A5A. Windows color (decimal): -5096184 or 540082. OLE color: 540082.

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

Color convert

RGB 178 61 8 -
CMYK 0 0.66 0.96 0.30
HSL 18.71º 0.91% 0.36% -
HSV(B) 18.71º 0.96% 0.7% -
XYZ 20.07 12.82 1.65 -
YUV 89.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 178 61 8 0 0.66 0.96 0.30 18.71 0.91 0.36
Hex B2 3D 8 0 42 60 1E 13 5B 24
Octal 262 75 10 0 102 140 36 23 133 44
Binary 10110010 111101 1000 0 1000010 1100000 11110 10011 1011011 100100

Color Harmonies of #B23D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D08

Black with #B23D08

Text Example


Text Example

White with #B23D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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