Html Css Color HEX #B23D05 Rust

📋 copy color: '#B23D05'

red 178 ◦ green 61 ◦ blue 5

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

Shades of Rust #B23D05

Tints of Rust #B23D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.05%

R = 72.95%
G = 25%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B23D05 (or 0xB23D05) is known color: Rust. HEX triplet: B2, 3D and 05. RGB value is (178,61,5). Sum of RGB (Red+Green+Blue) = 178+61+5=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23D05 is #4DC2FA. Grayscale: #595959. Windows color (decimal): -5096187 or 343474. OLE color: 343474.

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

Color convert

RGB 178 61 5 -
CMYK 0 0.66 0.97 0.30
HSL 19.42º 0.95% 0.36% -
HSV(B) 19.42º 0.97% 0.7% -
XYZ 20.06 12.81 1.56 -
YUV 89.6 80.26 191.05 -
System Red Green Blue C M Y K H S L
Decimal 178 61 5 0 0.66 0.97 0.30 19.42 0.95 0.36
Hex B2 3D 5 0 42 61 1E 13 5F 24
Octal 262 75 5 0 102 141 36 23 137 44
Binary 10110010 111101 101 0 1000010 1100001 11110 10011 1011111 100100

Color Harmonies of #B23D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D05

Black with #B23D05

Text Example


Text Example

White with #B23D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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