Html Css Color HEX #B12129 Cardinal

📋 copy color: '#B12129'

red 177 ◦ green 33 ◦ blue 41

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

Shades of Cardinal #B12129

Tints of Cardinal #B12129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.15%

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

R = 70.52%
G = 13.15%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B12129 (or 0xB12129) is known color: Cardinal. HEX triplet: B1, 21 and 29. RGB value is (177,33,41). Sum of RGB (Red+Green+Blue) = 177+33+41=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B12129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12129 is #4EDED6. Grayscale: #4D4D4D. Windows color (decimal): -5168855 or 2695601. OLE color: 2695601.

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

Color convert

RGB 177 33 41 -
CMYK 0 0.81 0.77 0.31
HSL 356.67º 0.69% 0.41% -
HSV(B) 356.67º 0.81% 0.69% -
XYZ 19.08 10.59 3.14 -
YUV 76.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 177 33 41 0 0.81 0.77 0.31 356.67 0.69 0.41
Hex B1 21 29 0 51 4D 1F 165 45 29
Octal 261 41 51 0 121 115 37 545 105 51
Binary 10110001 100001 101001 0 1010001 1001101 11111 101100101 1000101 101001

Color Harmonies of #B12129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12129

Black with #B12129

Text Example


Text Example

White with #B12129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12129; }

 p { color: rgb(177,33,41); }

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

background-color css

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

 a { background-color: rgb(177,33,41); }

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

border-color css

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

 span { border-color: rgb(177,33,41); }

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