Html Css Color HEX #B1272C Cardinal

📋 copy color: '#B1272C'

red 177 ◦ green 39 ◦ blue 44

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

Shades of Cardinal #B1272C

Tints of Cardinal #B1272C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

 BLUE value IS 44 (17.58% from 255) = 16.92%

R = 68.08%
G = 15%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1272C (or 0xB1272C) is known color: Cardinal. HEX triplet: B1, 27 and 2C. RGB value is (177,39,44). Sum of RGB (Red+Green+Blue) = 177+39+44=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B1272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1272C is #4ED8D3. Grayscale: #505050. Windows color (decimal): -5167316 or 2893745. OLE color: 2893745.

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

Color convert

RGB 177 39 44 -
CMYK 0 0.78 0.75 0.31
HSL 357.83º 0.64% 0.42% -
HSV(B) 357.83º 0.78% 0.69% -
XYZ 19.31 10.98 3.48 -
YUV 80.83 107.22 196.59 -
System Red Green Blue C M Y K H S L
Decimal 177 39 44 0 0.78 0.75 0.31 357.83 0.64 0.42
Hex B1 27 2C 0 4E 4B 1F 166 40 2A
Octal 261 47 54 0 116 113 37 546 100 52
Binary 10110001 100111 101100 0 1001110 1001011 11111 101100110 1000000 101010

Color Harmonies of #B1272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1272C

Black with #B1272C

Text Example


Text Example

White with #B1272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1272C; }

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

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

background-color css

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

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

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

border-color css

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

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

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