Html Css Color HEX #B00726 Carmine

📋 copy color: '#B00726'

red 176 ◦ green 7 ◦ blue 38

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

Shades of Carmine #B00726

Tints of Carmine #B00726

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.17%

 BLUE value IS 38 (15.23% from 255) = 17.19%

R = 79.64%
G = 3.17%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B00726 (or 0xB00726) is known color: Carmine. HEX triplet: B0, 07 and 26. RGB value is (176,7,38). Sum of RGB (Red+Green+Blue) = 176+7+38=221 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.64% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 176 - color contains mainly: red. Hex color #B00726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00726 is #4FF8D9. Grayscale: #3D3D3D. Windows color (decimal): -5241050 or 2492336. OLE color: 2492336.

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

Color convert

RGB 176 7 38 -
CMYK 0 0.96 0.78 0.31
HSL 348.99º 0.92% 0.36% -
HSV(B) 348.99º 0.96% 0.69% -
XYZ 18.33 9.52 2.71 -
YUV 61.07 114.99 209.98 -
System Red Green Blue C M Y K H S L
Decimal 176 7 38 0 0.96 0.78 0.31 348.99 0.92 0.36
Hex B0 7 26 0 60 4E 1F 15D 5C 24
Octal 260 7 46 0 140 116 37 535 134 44
Binary 10110000 111 100110 0 1100000 1001110 11111 101011101 1011100 100100

Color Harmonies of #B00726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00726

Black with #B00726

Text Example


Text Example

White with #B00726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00726; }

 p { color: rgb(176,7,38); }

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

background-color css

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

 a { background-color: rgb(176,7,38); }

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

border-color css

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

 span { border-color: rgb(176,7,38); }

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