Html Css Color HEX #B23300 Rust

📋 copy color: '#B23300'

red 178 ◦ green 51 ◦ blue 0

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

Shades of Rust #B23300

Tints of Rust #B23300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.73%
G = 22.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B23300 (or 0xB23300) is known color: Rust. HEX triplet: B2, 33 and 00. RGB value is (178,51,0). Sum of RGB (Red+Green+Blue) = 178+51+0=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B23300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23300 is #4DCCFF. Grayscale: #535353. Windows color (decimal): -5098752 or 13234. OLE color: 13234.

HSL color Cylindrical-coordinate representation of color #B23300: hue angle of 17.19º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B23300 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 0 -
CMYK 0 0.71 1 0.30
HSL 17.19º 1% 0.35% -
HSV(B) 17.19º 1% 0.7% -
XYZ 19.54 11.83 1.25 -
YUV 83.16 81.08 195.65 -
System Red Green Blue C M Y K H S L
Decimal 178 51 0 0 0.71 1 0.30 17.19 1 0.35
Hex B2 33 0 0 47 64 1E 11 64 23
Octal 262 63 0 0 107 144 36 21 144 43
Binary 10110010 110011 0 0 1000111 1100100 11110 10001 1100100 100011

Color Harmonies of #B23300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23300

Black with #B23300

Text Example


Text Example

White with #B23300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23300; }

 p { color: rgb(178,51,0); }

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

background-color css

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

 a { background-color: rgb(178,51,0); }

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

border-color css

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

 span { border-color: rgb(178,51,0); }

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