Html Css Color HEX #B23A07 Rust

📋 copy color: '#B23A07'

red 178 ◦ green 58 ◦ blue 7

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

Shades of Rust #B23A07

Tints of Rust #B23A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.88%

R = 73.25%
G = 23.87%
B = 2.88%

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

#B23A07 (or 0xB23A07) is known color: Rust. HEX triplet: B2, 3A and 07. RGB value is (178,58,7). Sum of RGB (Red+Green+Blue) = 178+58+7=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23A07 is #4DC5F8. Grayscale: #585858. Windows color (decimal): -5096953 or 473778. OLE color: 473778.

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

Color convert

RGB 178 58 7 -
CMYK 0 0.67 0.96 0.30
HSL 17.89º 0.92% 0.36% -
HSV(B) 17.89º 0.96% 0.7% -
XYZ 19.91 12.51 1.57 -
YUV 88.07 82.26 192.15 -
System Red Green Blue C M Y K H S L
Decimal 178 58 7 0 0.67 0.96 0.30 17.89 0.92 0.36
Hex B2 3A 7 0 43 60 1E 12 5C 24
Octal 262 72 7 0 103 140 36 22 134 44
Binary 10110010 111010 111 0 1000011 1100000 11110 10010 1011100 100100

Color Harmonies of #B23A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A07

Black with #B23A07

Text Example


Text Example

White with #B23A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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