Html Css Color HEX #B23003 Rust

📋 copy color: '#B23003'

red 178 ◦ green 48 ◦ blue 3

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

Shades of Rust #B23003

Tints of Rust #B23003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.96%

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

R = 77.73%
G = 20.96%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B23003 (or 0xB23003) is known color: Rust. HEX triplet: B2, 30 and 03. RGB value is (178,48,3). Sum of RGB (Red+Green+Blue) = 178+48+3=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B23003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23003 is #4DCFFC. Grayscale: #525252. Windows color (decimal): -5099517 or 209074. OLE color: 209074.

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

Color convert

RGB 178 48 3 -
CMYK 0 0.73 0.98 0.30
HSL 15.43º 0.97% 0.35% -
HSV(B) 15.43º 0.98% 0.7% -
XYZ 19.43 11.59 1.3 -
YUV 81.74 83.57 196.66 -
System Red Green Blue C M Y K H S L
Decimal 178 48 3 0 0.73 0.98 0.30 15.43 0.97 0.35
Hex B2 30 3 0 49 62 1E F 61 23
Octal 262 60 3 0 111 142 36 17 141 43
Binary 10110010 110000 11 0 1001001 1100010 11110 1111 1100001 100011

Color Harmonies of #B23003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23003

Black with #B23003

Text Example


Text Example

White with #B23003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23003; }

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

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

background-color css

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

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

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

border-color css

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

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

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