Html Css Color HEX #B31129 Cardinal

📋 copy color: '#B31129'

red 179 ◦ green 17 ◦ blue 41

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

Shades of Cardinal #B31129

Tints of Cardinal #B31129

RGB

 RED value IS 179 (70.31% from 255) = 75.53%

 GREEN value IS 17 (7.03% from 255) = 7.17%

 BLUE value IS 41 (16.41% from 255) = 17.3%

R = 75.53%
G = 7.17%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B31129 (or 0xB31129) is known color: Cardinal. HEX triplet: B3, 11 and 29. RGB value is (179,17,41). Sum of RGB (Red+Green+Blue) = 179+17+41=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B31129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31129 is #4CEED6. Grayscale: #444444. Windows color (decimal): -5041879 or 2691507. OLE color: 2691507.

HSL color Cylindrical-coordinate representation of color #B31129: hue angle of 351.11º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31129 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 17 41 -
CMYK 0 0.91 0.77 0.30
HSL 351.11º 0.83% 0.38% -
HSV(B) 351.11º 0.91% 0.7% -
XYZ 19.19 10.14 3.04 -
YUV 68.17 112.67 207.05 -
System Red Green Blue C M Y K H S L
Decimal 179 17 41 0 0.91 0.77 0.30 351.11 0.83 0.38
Hex B3 11 29 0 5B 4D 1E 15F 53 26
Octal 263 21 51 0 133 115 36 537 123 46
Binary 10110011 10001 101001 0 1011011 1001101 11110 101011111 1010011 100110

Color Harmonies of #B31129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31129

Black with #B31129

Text Example


Text Example

White with #B31129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31129; }

 p { color: rgb(179,17,41); }

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

background-color css

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

 a { background-color: rgb(179,17,41); }

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

border-color css

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

 span { border-color: rgb(179,17,41); }

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