Html Css Color HEX #B23D04 Rust

📋 copy color: '#B23D04'

red 178 ◦ green 61 ◦ blue 4

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

Shades of Rust #B23D04

Tints of Rust #B23D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 73.25%
G = 25.1%
B = 1.65%

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

#B23D04 (or 0xB23D04) is known color: Rust. HEX triplet: B2, 3D and 04. RGB value is (178,61,4). Sum of RGB (Red+Green+Blue) = 178+61+4=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23D04 is #4DC2FB. Grayscale: #595959. Windows color (decimal): -5096188 or 277938. OLE color: 277938.

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

Color convert

RGB 178 61 4 -
CMYK 0 0.66 0.98 0.30
HSL 19.66º 0.96% 0.36% -
HSV(B) 19.66º 0.98% 0.7% -
XYZ 20.05 12.81 1.53 -
YUV 89.49 79.76 191.13 -
System Red Green Blue C M Y K H S L
Decimal 178 61 4 0 0.66 0.98 0.30 19.66 0.96 0.36
Hex B2 3D 4 0 42 62 1E 14 60 24
Octal 262 75 4 0 102 142 36 24 140 44
Binary 10110010 111101 100 0 1000010 1100010 11110 10100 1100000 100100

Color Harmonies of #B23D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D04

Black with #B23D04

Text Example


Text Example

White with #B23D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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