Html Css Color HEX #B1242A Cardinal

📋 copy color: '#B1242A'

red 177 ◦ green 36 ◦ blue 42

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

Shades of Cardinal #B1242A

Tints of Cardinal #B1242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.12%

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

R = 69.41%
G = 14.12%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1242A (or 0xB1242A) is known color: Cardinal. HEX triplet: B1, 24 and 2A. RGB value is (177,36,42). Sum of RGB (Red+Green+Blue) = 177+36+42=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B1242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1242A is #4EDBD5. Grayscale: #4E4E4E. Windows color (decimal): -5168086 or 2761905. OLE color: 2761905.

HSL color Cylindrical-coordinate representation of color #B1242A: hue angle of 357.45º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1242A is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 42 -
CMYK 0 0.80 0.76 0.31
HSL 357.45º 0.66% 0.42% -
HSV(B) 357.45º 0.8% 0.69% -
XYZ 19.18 10.78 3.26 -
YUV 78.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 177 36 42 0 0.80 0.76 0.31 357.45 0.66 0.42
Hex B1 24 2A 0 50 4C 1F 165 42 2A
Octal 261 44 52 0 120 114 37 545 102 52
Binary 10110001 100100 101010 0 1010000 1001100 11111 101100101 1000010 101010

Color Harmonies of #B1242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1242A

Black with #B1242A

Text Example


Text Example

White with #B1242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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