Html Css Color HEX #B1122B Cardinal

📋 copy color: '#B1122B'

red 177 ◦ green 18 ◦ blue 43

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

Shades of Cardinal #B1122B

Tints of Cardinal #B1122B

RGB

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

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

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

R = 74.37%
G = 7.56%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1122B (or 0xB1122B) is known color: Cardinal. HEX triplet: B1, 12 and 2B. RGB value is (177,18,43). Sum of RGB (Red+Green+Blue) = 177+18+43=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B1122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1122B is #4EEDD4. Grayscale: #444444. Windows color (decimal): -5172693 or 2822833. OLE color: 2822833.

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

Color convert

RGB 177 18 43 -
CMYK 0 0.90 0.76 0.31
HSL 350.57º 0.82% 0.38% -
HSV(B) 350.57º 0.9% 0.69% -
XYZ 18.78 9.95 3.22 -
YUV 68.39 113.68 205.47 -
System Red Green Blue C M Y K H S L
Decimal 177 18 43 0 0.90 0.76 0.31 350.57 0.82 0.38
Hex B1 12 2B 0 5A 4C 1F 15F 52 26
Octal 261 22 53 0 132 114 37 537 122 46
Binary 10110001 10010 101011 0 1011010 1001100 11111 101011111 1010010 100110

Color Harmonies of #B1122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1122B

Black with #B1122B

Text Example


Text Example

White with #B1122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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