Html Css Color HEX #B23D06 Rust

📋 copy color: '#B23D06'

red 178 ◦ green 61 ◦ blue 6

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

Shades of Rust #B23D06

Tints of Rust #B23D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.45%

R = 72.65%
G = 24.9%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B23D06 (or 0xB23D06) is known color: Rust. HEX triplet: B2, 3D and 06. RGB value is (178,61,6). Sum of RGB (Red+Green+Blue) = 178+61+6=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23D06 is #4DC2F9. Grayscale: #5A5A5A. Windows color (decimal): -5096186 or 409010. OLE color: 409010.

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

Color convert

RGB 178 61 6 -
CMYK 0 0.66 0.97 0.30
HSL 19.19º 0.93% 0.36% -
HSV(B) 19.19º 0.97% 0.7% -
XYZ 20.06 12.82 1.59 -
YUV 89.71 80.76 190.97 -
System Red Green Blue C M Y K H S L
Decimal 178 61 6 0 0.66 0.97 0.30 19.19 0.93 0.36
Hex B2 3D 6 0 42 61 1E 13 5D 24
Octal 262 75 6 0 102 141 36 23 135 44
Binary 10110010 111101 110 0 1000010 1100001 11110 10011 1011101 100100

Color Harmonies of #B23D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D06

Black with #B23D06

Text Example


Text Example

White with #B23D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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