Html Css Color HEX #B1122E Cardinal

📋 copy color: '#B1122E'

red 177 ◦ green 18 ◦ blue 46

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

Shades of Cardinal #B1122E

Tints of Cardinal #B1122E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.47%

 BLUE value IS 46 (18.36% from 255) = 19.09%

R = 73.44%
G = 7.47%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B1122E (or 0xB1122E) is known color: Cardinal. HEX triplet: B1, 12 and 2E. RGB value is (177,18,46). Sum of RGB (Red+Green+Blue) = 177+18+46=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B1122E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1122E is #4EEDD1. Grayscale: #444444. Windows color (decimal): -5172690 or 3019441. OLE color: 3019441.

HSL color Cylindrical-coordinate representation of color #B1122E: hue angle of 349.43º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1122E is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 46 -
CMYK 0 0.90 0.74 0.31
HSL 349.43º 0.82% 0.38% -
HSV(B) 349.43º 0.9% 0.69% -
XYZ 18.84 9.98 3.52 -
YUV 68.73 115.18 205.22 -
System Red Green Blue C M Y K H S L
Decimal 177 18 46 0 0.90 0.74 0.31 349.43 0.82 0.38
Hex B1 12 2E 0 5A 4A 1F 15D 52 26
Octal 261 22 56 0 132 112 37 535 122 46
Binary 10110001 10010 101110 0 1011010 1001010 11111 101011101 1010010 100110

Color Harmonies of #B1122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1122E

Black with #B1122E

Text Example


Text Example

White with #B1122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1122E; }

 p { color: rgb(177,18,46); }

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

background-color css

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

 a { background-color: rgb(177,18,46); }

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

border-color css

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

 span { border-color: rgb(177,18,46); }

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