Html Css Color HEX #B12934 Cardinal

📋 copy color: '#B12934'

red 177 ◦ green 41 ◦ blue 52

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

Shades of Cardinal #B12934

Tints of Cardinal #B12934

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

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

R = 65.56%
G = 15.19%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B12934 (or 0xB12934) is known color: Cardinal. HEX triplet: B1, 29 and 34. RGB value is (177,41,52). Sum of RGB (Red+Green+Blue) = 177+41+52=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B12934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12934 is #4ED6CB. Grayscale: #535353. Windows color (decimal): -5166796 or 3418545. OLE color: 3418545.

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

Color convert

RGB 177 41 52 -
CMYK 0 0.77 0.71 0.31
HSL 355.15º 0.62% 0.43% -
HSV(B) 355.15º 0.77% 0.69% -
XYZ 19.54 11.18 4.38 -
YUV 82.92 110.56 195.11 -
System Red Green Blue C M Y K H S L
Decimal 177 41 52 0 0.77 0.71 0.31 355.15 0.62 0.43
Hex B1 29 34 0 4D 47 1F 163 3E 2B
Octal 261 51 64 0 115 107 37 543 76 53
Binary 10110001 101001 110100 0 1001101 1000111 11111 101100011 111110 101011

Color Harmonies of #B12934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12934

Black with #B12934

Text Example


Text Example

White with #B12934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12934; }

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

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

background-color css

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

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

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

border-color css

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

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

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