Html Css Color HEX #B23B03 Rust

📋 copy color: '#B23B03'

red 178 ◦ green 59 ◦ blue 3

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

Shades of Rust #B23B03

Tints of Rust #B23B03

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.58%

 BLUE value IS 3 (1.56% from 255) = 1.25%

R = 74.17%
G = 24.58%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B23B03 (or 0xB23B03) is known color: Rust. HEX triplet: B2, 3B and 03. RGB value is (178,59,3). Sum of RGB (Red+Green+Blue) = 178+59+3=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23B03 is #4DC4FC. Grayscale: #585858. Windows color (decimal): -5096701 or 211890. OLE color: 211890.

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

Color convert

RGB 178 59 3 -
CMYK 0 0.67 0.98 0.30
HSL 19.2º 0.97% 0.35% -
HSV(B) 19.2º 0.98% 0.7% -
XYZ 19.94 12.6 1.47 -
YUV 88.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 178 59 3 0 0.67 0.98 0.30 19.2 0.97 0.35
Hex B2 3B 3 0 43 62 1E 13 61 23
Octal 262 73 3 0 103 142 36 23 141 43
Binary 10110010 111011 11 0 1000011 1100010 11110 10011 1100001 100011

Color Harmonies of #B23B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23B03

Black with #B23B03

Text Example


Text Example

White with #B23B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23B03; }

 p { color: rgb(178,59,3); }

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

background-color css

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

 a { background-color: rgb(178,59,3); }

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

border-color css

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

 span { border-color: rgb(178,59,3); }

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