Html Css Color HEX #B10F2C Cardinal

📋 copy color: '#B10F2C'

red 177 ◦ green 15 ◦ blue 44

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

Shades of Cardinal #B10F2C

Tints of Cardinal #B10F2C

RGB

 RED value IS 177 (69.53% from 255) = 75%

 GREEN value IS 15 (6.25% from 255) = 6.36%

 BLUE value IS 44 (17.58% from 255) = 18.64%

R = 75%
G = 6.36%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B10F2C (or 0xB10F2C) is known color: Cardinal. HEX triplet: B1, 0F and 2C. RGB value is (177,15,44). Sum of RGB (Red+Green+Blue) = 177+15+44=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10F2C is #4EF0D3. Grayscale: #424242. Windows color (decimal): -5173460 or 2887601. OLE color: 2887601.

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

Color convert

RGB 177 15 44 -
CMYK 0 0.92 0.75 0.31
HSL 349.26º 0.84% 0.38% -
HSV(B) 349.26º 0.92% 0.69% -
XYZ 18.76 9.87 3.3 -
YUV 66.74 115.17 206.64 -
System Red Green Blue C M Y K H S L
Decimal 177 15 44 0 0.92 0.75 0.31 349.26 0.84 0.38
Hex B1 F 2C 0 5C 4B 1F 15D 54 26
Octal 261 17 54 0 134 113 37 535 124 46
Binary 10110001 1111 101100 0 1011100 1001011 11111 101011101 1010100 100110

Color Harmonies of #B10F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10F2C

Black with #B10F2C

Text Example


Text Example

White with #B10F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10F2C; }

 p { color: rgb(177,15,44); }

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

background-color css

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

 a { background-color: rgb(177,15,44); }

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

border-color css

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

 span { border-color: rgb(177,15,44); }

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