Html Css Color HEX #B00423 Carmine

📋 copy color: '#B00423'

red 176 ◦ green 4 ◦ blue 35

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

Shades of Carmine #B00423

Tints of Carmine #B00423

RGB

 RED value IS 176 (69.14% from 255) = 81.86%

 GREEN value IS 4 (1.95% from 255) = 1.86%

 BLUE value IS 35 (14.06% from 255) = 16.28%

R = 81.86%
G = 1.86%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B00423 (or 0xB00423) is known color: Carmine. HEX triplet: B0, 04 and 23. RGB value is (176,4,35). Sum of RGB (Red+Green+Blue) = 176+4+35=215 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.86% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 176 - color contains mainly: red. Hex color #B00423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00423 is #4FFBDC. Grayscale: #3B3B3B. Windows color (decimal): -5241821 or 2294960. OLE color: 2294960.

HSL color Cylindrical-coordinate representation of color #B00423: hue angle of 349.19º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B00423 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 4 35 -
CMYK 0 0.98 0.80 0.31
HSL 349.19º 0.96% 0.35% -
HSV(B) 349.19º 0.98% 0.69% -
XYZ 18.25 9.44 2.45 -
YUV 58.96 114.48 211.48 -
System Red Green Blue C M Y K H S L
Decimal 176 4 35 0 0.98 0.80 0.31 349.19 0.96 0.35
Hex B0 4 23 0 62 50 1F 15D 60 23
Octal 260 4 43 0 142 120 37 535 140 43
Binary 10110000 100 100011 0 1100010 1010000 11111 101011101 1100000 100011

Color Harmonies of #B00423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00423

Black with #B00423

Text Example


Text Example

White with #B00423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00423; }

 p { color: rgb(176,4,35); }

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

background-color css

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

 a { background-color: rgb(176,4,35); }

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

border-color css

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

 span { border-color: rgb(176,4,35); }

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