Html Css Color HEX #B00223 Carmine

📋 copy color: '#B00223'

red 176 ◦ green 2 ◦ blue 35

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

Shades of Carmine #B00223

Tints of Carmine #B00223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 82.63%
G = 0.94%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B00223 (or 0xB00223) is known color: Carmine. HEX triplet: B0, 02 and 23. RGB value is (176,2,35). Sum of RGB (Red+Green+Blue) = 176+2+35=213 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.63% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 176 - color contains mainly: red. Hex color #B00223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00223 is #4FFDDC. Grayscale: #393939. Windows color (decimal): -5242333 or 2294448. OLE color: 2294448.

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

Color convert

RGB 176 2 35 -
CMYK 0 0.99 0.80 0.31
HSL 348.62º 0.98% 0.35% -
HSV(B) 348.62º 0.99% 0.69% -
XYZ 18.23 9.39 2.44 -
YUV 57.79 115.15 212.32 -
System Red Green Blue C M Y K H S L
Decimal 176 2 35 0 0.99 0.80 0.31 348.62 0.98 0.35
Hex B0 2 23 0 63 50 1F 15D 62 23
Octal 260 2 43 0 143 120 37 535 142 43
Binary 10110000 10 100011 0 1100011 1010000 11111 101011101 1100010 100011

Color Harmonies of #B00223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00223

Black with #B00223

Text Example


Text Example

White with #B00223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00223; }

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

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

background-color css

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

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

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

border-color css

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

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

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