Html Css Color HEX #B12134 Cardinal

📋 copy color: '#B12134'

red 177 ◦ green 33 ◦ blue 52

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

Shades of Cardinal #B12134

Tints of Cardinal #B12134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.85%

R = 67.56%
G = 12.6%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B12134 (or 0xB12134) is known color: Cardinal. HEX triplet: B1, 21 and 34. RGB value is (177,33,52). Sum of RGB (Red+Green+Blue) = 177+33+52=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B12134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12134 is #4EDECB. Grayscale: #4E4E4E. Windows color (decimal): -5168844 or 3416497. OLE color: 3416497.

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

Color convert

RGB 177 33 52 -
CMYK 0 0.81 0.71 0.31
HSL 352.08º 0.69% 0.41% -
HSV(B) 352.08º 0.81% 0.69% -
XYZ 19.3 10.68 4.29 -
YUV 78.22 113.21 198.46 -
System Red Green Blue C M Y K H S L
Decimal 177 33 52 0 0.81 0.71 0.31 352.08 0.69 0.41
Hex B1 21 34 0 51 47 1F 160 45 29
Octal 261 41 64 0 121 107 37 540 105 51
Binary 10110001 100001 110100 0 1010001 1000111 11111 101100000 1000101 101001

Color Harmonies of #B12134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12134

Black with #B12134

Text Example


Text Example

White with #B12134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12134; }

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

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

background-color css

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

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

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

border-color css

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

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

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