Html Css Color HEX #B1132A Cardinal

📋 copy color: '#B1132A'

red 177 ◦ green 19 ◦ blue 42

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

Shades of Cardinal #B1132A

Tints of Cardinal #B1132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.98%

 BLUE value IS 42 (16.8% from 255) = 17.65%

R = 74.37%
G = 7.98%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1132A (or 0xB1132A) is known color: Cardinal. HEX triplet: B1, 13 and 2A. RGB value is (177,19,42). Sum of RGB (Red+Green+Blue) = 177+19+42=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B1132A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1132A is #4EECD5. Grayscale: #444444. Windows color (decimal): -5172438 or 2757553. OLE color: 2757553.

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

Color convert

RGB 177 19 42 -
CMYK 0 0.89 0.76 0.31
HSL 351.27º 0.81% 0.38% -
HSV(B) 351.27º 0.89% 0.69% -
XYZ 18.78 9.98 3.13 -
YUV 68.86 112.85 205.13 -
System Red Green Blue C M Y K H S L
Decimal 177 19 42 0 0.89 0.76 0.31 351.27 0.81 0.38
Hex B1 13 2A 0 59 4C 1F 15F 51 26
Octal 261 23 52 0 131 114 37 537 121 46
Binary 10110001 10011 101010 0 1011001 1001100 11111 101011111 1010001 100110

Color Harmonies of #B1132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1132A

Black with #B1132A

Text Example


Text Example

White with #B1132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1132A; }

 p { color: rgb(177,19,42); }

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

background-color css

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

 a { background-color: rgb(177,19,42); }

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

border-color css

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

 span { border-color: rgb(177,19,42); }

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