Html Css Color HEX #B12034 Cardinal

📋 copy color: '#B12034'

red 177 ◦ green 32 ◦ blue 52

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

Shades of Cardinal #B12034

Tints of Cardinal #B12034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.26%

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

R = 67.82%
G = 12.26%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B12034 (or 0xB12034) is known color: Cardinal. HEX triplet: B1, 20 and 34. RGB value is (177,32,52). Sum of RGB (Red+Green+Blue) = 177+32+52=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B12034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12034 is #4EDFCB. Grayscale: #4D4D4D. Windows color (decimal): -5169100 or 3416241. OLE color: 3416241.

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

Color convert

RGB 177 32 52 -
CMYK 0 0.82 0.71 0.31
HSL 351.72º 0.69% 0.41% -
HSV(B) 351.72º 0.82% 0.69% -
XYZ 19.27 10.63 4.28 -
YUV 77.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 177 32 52 0 0.82 0.71 0.31 351.72 0.69 0.41
Hex B1 20 34 0 52 47 1F 160 45 29
Octal 261 40 64 0 122 107 37 540 105 51
Binary 10110001 100000 110100 0 1010010 1000111 11111 101100000 1000101 101001

Color Harmonies of #B12034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12034

Black with #B12034

Text Example


Text Example

White with #B12034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12034; }

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

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

background-color css

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

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

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

border-color css

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

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

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