Html Css Color HEX #B1242E Cardinal

📋 copy color: '#B1242E'

red 177 ◦ green 36 ◦ blue 46

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

Shades of Cardinal #B1242E

Tints of Cardinal #B1242E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.76%

R = 68.34%
G = 13.9%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B1242E (or 0xB1242E) is known color: Cardinal. HEX triplet: B1, 24 and 2E. RGB value is (177,36,46). Sum of RGB (Red+Green+Blue) = 177+36+46=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B1242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1242E is #4EDBD1. Grayscale: #4F4F4F. Windows color (decimal): -5168082 or 3024049. OLE color: 3024049.

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

Color convert

RGB 177 36 46 -
CMYK 0 0.80 0.74 0.31
HSL 355.74º 0.66% 0.42% -
HSV(B) 355.74º 0.8% 0.69% -
XYZ 19.26 10.81 3.66 -
YUV 79.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 177 36 46 0 0.80 0.74 0.31 355.74 0.66 0.42
Hex B1 24 2E 0 50 4A 1F 164 42 2A
Octal 261 44 56 0 120 112 37 544 102 52
Binary 10110001 100100 101110 0 1010000 1001010 11111 101100100 1000010 101010

Color Harmonies of #B1242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1242E

Black with #B1242E

Text Example


Text Example

White with #B1242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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