Html Css Color HEX #B00725 Carmine

📋 copy color: '#B00725'

red 176 ◦ green 7 ◦ blue 37

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

Shades of Carmine #B00725

Tints of Carmine #B00725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.82%

R = 80%
G = 3.18%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B00725 (or 0xB00725) is known color: Carmine. HEX triplet: B0, 07 and 25. RGB value is (176,7,37). Sum of RGB (Red+Green+Blue) = 176+7+37=220 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 176 - color contains mainly: red. Hex color #B00725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00725 is #4FF8DA. Grayscale: #3D3D3D. Windows color (decimal): -5241051 or 2426800. OLE color: 2426800.

HSL color Cylindrical-coordinate representation of color #B00725: hue angle of 349.35º 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 #B00725 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 7 37 -
CMYK 0 0.96 0.79 0.31
HSL 349.35º 0.92% 0.36% -
HSV(B) 349.35º 0.96% 0.69% -
XYZ 18.31 9.52 2.62 -
YUV 60.95 114.49 210.06 -
System Red Green Blue C M Y K H S L
Decimal 176 7 37 0 0.96 0.79 0.31 349.35 0.92 0.36
Hex B0 7 25 0 60 4F 1F 15D 5C 24
Octal 260 7 45 0 140 117 37 535 134 44
Binary 10110000 111 100101 0 1100000 1001111 11111 101011101 1011100 100100

Color Harmonies of #B00725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00725

Black with #B00725

Text Example


Text Example

White with #B00725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00725; }

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

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

background-color css

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

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

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

border-color css

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

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

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