Html Css Color HEX #B1022F Cardinal

📋 copy color: '#B1022F'

red 177 ◦ green 2 ◦ blue 47

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

Shades of Cardinal #B1022F

Tints of Cardinal #B1022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 47 (18.75% from 255) = 20.8%

R = 78.32%
G = 0.88%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1022F (or 0xB1022F) is known color: Cardinal. HEX triplet: B1, 02 and 2F. RGB value is (177,2,47). Sum of RGB (Red+Green+Blue) = 177+2+47=226 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.32% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 177 - color contains mainly: red. Hex color #B1022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1022F is #4EFDD0. Grayscale: #3B3B3B. Windows color (decimal): -5176785 or 3080881. OLE color: 3080881.

HSL color Cylindrical-coordinate representation of color #B1022F: hue angle of 344.57º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1022F is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 2 47 -
CMYK 0 0.99 0.73 0.31
HSL 344.57º 0.98% 0.35% -
HSV(B) 344.57º 0.99% 0.69% -
XYZ 18.67 9.6 3.56 -
YUV 59.46 120.98 211.84 -
System Red Green Blue C M Y K H S L
Decimal 177 2 47 0 0.99 0.73 0.31 344.57 0.98 0.35
Hex B1 2 2F 0 63 49 1F 159 62 23
Octal 261 2 57 0 143 111 37 531 142 43
Binary 10110001 10 101111 0 1100011 1001001 11111 101011001 1100010 100011

Color Harmonies of #B1022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1022F

Black with #B1022F

Text Example


Text Example

White with #B1022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1022F; }

 p { color: rgb(177,2,47); }

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

background-color css

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

 a { background-color: rgb(177,2,47); }

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

border-color css

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

 span { border-color: rgb(177,2,47); }

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