Html Css Color HEX #B10831 Cardinal

📋 copy color: '#B10831'

red 177 ◦ green 8 ◦ blue 49

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

Shades of Cardinal #B10831

Tints of Cardinal #B10831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.42%

 BLUE value IS 49 (19.53% from 255) = 20.94%

R = 75.64%
G = 3.42%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B10831 (or 0xB10831) is known color: Cardinal. HEX triplet: B1, 08 and 31. RGB value is (177,8,49). Sum of RGB (Red+Green+Blue) = 177+8+49=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B10831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10831 is #4EF7CE. Grayscale: #3F3F3F. Windows color (decimal): -5175247 or 3213489. OLE color: 3213489.

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

Color convert

RGB 177 8 49 -
CMYK 0 0.95 0.72 0.31
HSL 345.44º 0.91% 0.36% -
HSV(B) 345.44º 0.95% 0.69% -
XYZ 18.77 9.74 3.8 -
YUV 63.21 119.99 209.17 -
System Red Green Blue C M Y K H S L
Decimal 177 8 49 0 0.95 0.72 0.31 345.44 0.91 0.36
Hex B1 8 31 0 5F 48 1F 159 5B 24
Octal 261 10 61 0 137 110 37 531 133 44
Binary 10110001 1000 110001 0 1011111 1001000 11111 101011001 1011011 100100

Color Harmonies of #B10831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10831

Black with #B10831

Text Example


Text Example

White with #B10831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10831; }

 p { color: rgb(177,8,49); }

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

background-color css

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

 a { background-color: rgb(177,8,49); }

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

border-color css

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

 span { border-color: rgb(177,8,49); }

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