Html Css Color HEX #B1232E Cardinal

📋 copy color: '#B1232E'

red 177 ◦ green 35 ◦ blue 46

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

Shades of Cardinal #B1232E

Tints of Cardinal #B1232E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

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

R = 68.6%
G = 13.57%
B = 17.83%

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

#B1232E (or 0xB1232E) is known color: Cardinal. HEX triplet: B1, 23 and 2E. RGB value is (177,35,46). Sum of RGB (Red+Green+Blue) = 177+35+46=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B1232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1232E is #4EDCD1. Grayscale: #4E4E4E. Windows color (decimal): -5168338 or 3023793. OLE color: 3023793.

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

Color convert

RGB 177 35 46 -
CMYK 0 0.80 0.74 0.31
HSL 355.35º 0.67% 0.42% -
HSV(B) 355.35º 0.8% 0.69% -
XYZ 19.23 10.75 3.65 -
YUV 78.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 177 35 46 0 0.80 0.74 0.31 355.35 0.67 0.42
Hex B1 23 2E 0 50 4A 1F 163 43 2A
Octal 261 43 56 0 120 112 37 543 103 52
Binary 10110001 100011 101110 0 1010000 1001010 11111 101100011 1000011 101010

Color Harmonies of #B1232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1232E

Black with #B1232E

Text Example


Text Example

White with #B1232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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