Html Css Color HEX #B23A09 Rust

📋 copy color: '#B23A09'

red 178 ◦ green 58 ◦ blue 9

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

Shades of Rust #B23A09

Tints of Rust #B23A09

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.67%

 BLUE value IS 9 (3.91% from 255) = 3.67%

R = 72.65%
G = 23.67%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B23A09 (or 0xB23A09) is known color: Rust. HEX triplet: B2, 3A and 09. RGB value is (178,58,9). Sum of RGB (Red+Green+Blue) = 178+58+9=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23A09 is #4DC5F6. Grayscale: #585858. Windows color (decimal): -5096951 or 604850. OLE color: 604850.

HSL color Cylindrical-coordinate representation of color #B23A09: hue angle of 17.4º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B23A09 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 58 9 -
CMYK 0 0.67 0.95 0.30
HSL 17.4º 0.9% 0.37% -
HSV(B) 17.4º 0.95% 0.7% -
XYZ 19.92 12.51 1.62 -
YUV 88.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 178 58 9 0 0.67 0.95 0.30 17.4 0.9 0.37
Hex B2 3A 9 0 43 5F 1E 11 5A 25
Octal 262 72 11 0 103 137 36 21 132 45
Binary 10110010 111010 1001 0 1000011 1011111 11110 10001 1011010 100101

Color Harmonies of #B23A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A09

Black with #B23A09

Text Example


Text Example

White with #B23A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A09; }

 p { color: rgb(178,58,9); }

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

background-color css

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

 a { background-color: rgb(178,58,9); }

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

border-color css

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

 span { border-color: rgb(178,58,9); }

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