Html Css Color HEX #B1272A Cardinal

📋 copy color: '#B1272A'

red 177 ◦ green 39 ◦ blue 42

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

Shades of Cardinal #B1272A

Tints of Cardinal #B1272A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.28%

R = 68.6%
G = 15.12%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1272A (or 0xB1272A) is known color: Cardinal. HEX triplet: B1, 27 and 2A. RGB value is (177,39,42). Sum of RGB (Red+Green+Blue) = 177+39+42=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B1272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1272A is #4ED8D5. Grayscale: #505050. Windows color (decimal): -5167318 or 2762673. OLE color: 2762673.

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

Color convert

RGB 177 39 42 -
CMYK 0 0.78 0.76 0.31
HSL 358.7º 0.64% 0.42% -
HSV(B) 358.7º 0.78% 0.69% -
XYZ 19.27 10.97 3.29 -
YUV 80.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 177 39 42 0 0.78 0.76 0.31 358.7 0.64 0.42
Hex B1 27 2A 0 4E 4C 1F 167 40 2A
Octal 261 47 52 0 116 114 37 547 100 52
Binary 10110001 100111 101010 0 1001110 1001100 11111 101100111 1000000 101010

Color Harmonies of #B1272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1272A

Black with #B1272A

Text Example


Text Example

White with #B1272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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