Html Css Color HEX #B23D03 Rust

📋 copy color: '#B23D03'

red 178 ◦ green 61 ◦ blue 3

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

Shades of Rust #B23D03

Tints of Rust #B23D03

RGB

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

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

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

R = 73.55%
G = 25.21%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B23D03 (or 0xB23D03) is known color: Rust. HEX triplet: B2, 3D and 03. RGB value is (178,61,3). Sum of RGB (Red+Green+Blue) = 178+61+3=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23D03 is #4DC2FC. Grayscale: #595959. Windows color (decimal): -5096189 or 212402. OLE color: 212402.

HSL color Cylindrical-coordinate representation of color #B23D03: hue angle of 19.89º 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 #B23D03 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 61 3 -
CMYK 0 0.66 0.98 0.30
HSL 19.89º 0.97% 0.35% -
HSV(B) 19.89º 0.98% 0.7% -
XYZ 20.05 12.81 1.5 -
YUV 89.37 79.26 191.22 -
System Red Green Blue C M Y K H S L
Decimal 178 61 3 0 0.66 0.98 0.30 19.89 0.97 0.35
Hex B2 3D 3 0 42 62 1E 14 61 23
Octal 262 75 3 0 102 142 36 24 141 43
Binary 10110010 111101 11 0 1000010 1100010 11110 10100 1100001 100011

Color Harmonies of #B23D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D03

Black with #B23D03

Text Example


Text Example

White with #B23D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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