Html Css Color HEX #B10F2B Cardinal

📋 copy color: '#B10F2B'

red 177 ◦ green 15 ◦ blue 43

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

Shades of Cardinal #B10F2B

Tints of Cardinal #B10F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.3%

R = 75.32%
G = 6.38%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B10F2B (or 0xB10F2B) is known color: Cardinal. HEX triplet: B1, 0F and 2B. RGB value is (177,15,43). Sum of RGB (Red+Green+Blue) = 177+15+43=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10F2B is #4EF0D4. Grayscale: #424242. Windows color (decimal): -5173461 or 2822065. OLE color: 2822065.

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

Color convert

RGB 177 15 43 -
CMYK 0 0.92 0.76 0.31
HSL 349.63º 0.84% 0.38% -
HSV(B) 349.63º 0.92% 0.69% -
XYZ 18.74 9.86 3.2 -
YUV 66.63 114.67 206.72 -
System Red Green Blue C M Y K H S L
Decimal 177 15 43 0 0.92 0.76 0.31 349.63 0.84 0.38
Hex B1 F 2B 0 5C 4C 1F 15E 54 26
Octal 261 17 53 0 134 114 37 536 124 46
Binary 10110001 1111 101011 0 1011100 1001100 11111 101011110 1010100 100110

Color Harmonies of #B10F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10F2B

Black with #B10F2B

Text Example


Text Example

White with #B10F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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