Html Css Color HEX #B1132B Cardinal

📋 copy color: '#B1132B'

red 177 ◦ green 19 ◦ blue 43

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

Shades of Cardinal #B1132B

Tints of Cardinal #B1132B

RGB

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

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

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

R = 74.06%
G = 7.95%
B = 17.99%

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

#B1132B (or 0xB1132B) is known color: Cardinal. HEX triplet: B1, 13 and 2B. RGB value is (177,19,43). Sum of RGB (Red+Green+Blue) = 177+19+43=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B1132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1132B is #4EECD4. Grayscale: #454545. Windows color (decimal): -5172437 or 2823089. OLE color: 2823089.

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

Color convert

RGB 177 19 43 -
CMYK 0 0.89 0.76 0.31
HSL 350.89º 0.81% 0.38% -
HSV(B) 350.89º 0.89% 0.69% -
XYZ 18.8 9.99 3.22 -
YUV 68.98 113.35 205.05 -
System Red Green Blue C M Y K H S L
Decimal 177 19 43 0 0.89 0.76 0.31 350.89 0.81 0.38
Hex B1 13 2B 0 59 4C 1F 15F 51 26
Octal 261 23 53 0 131 114 37 537 121 46
Binary 10110001 10011 101011 0 1011001 1001100 11111 101011111 1010001 100110

Color Harmonies of #B1132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1132B

Black with #B1132B

Text Example


Text Example

White with #B1132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1132B; }

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

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

background-color css

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

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

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

border-color css

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

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

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