Html Css Color HEX #B12C34 Cardinal

📋 copy color: '#B12C34'

red 177 ◦ green 44 ◦ blue 52

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

Shades of Cardinal #B12C34

Tints of Cardinal #B12C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.12%

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

R = 64.84%
G = 16.12%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B12C34 (or 0xB12C34) is known color: Cardinal. HEX triplet: B1, 2C and 34. RGB value is (177,44,52). Sum of RGB (Red+Green+Blue) = 177+44+52=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12C34 is #4ED3CB. Grayscale: #545454. Windows color (decimal): -5166028 or 3419313. OLE color: 3419313.

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

Color convert

RGB 177 44 52 -
CMYK 0 0.75 0.71 0.31
HSL 356.39º 0.6% 0.43% -
HSV(B) 356.39º 0.75% 0.69% -
XYZ 19.65 11.4 4.41 -
YUV 84.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 177 44 52 0 0.75 0.71 0.31 356.39 0.6 0.43
Hex B1 2C 34 0 4B 47 1F 164 3C 2B
Octal 261 54 64 0 113 107 37 544 74 53
Binary 10110001 101100 110100 0 1001011 1000111 11111 101100100 111100 101011

Color Harmonies of #B12C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12C34

Black with #B12C34

Text Example


Text Example

White with #B12C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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