Html Css Color HEX #B12141 Cardinal

📋 copy color: '#B12141'

red 177 ◦ green 33 ◦ blue 65

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

Shades of Cardinal #B12141

Tints of Cardinal #B12141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12%

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 64.36%
G = 12%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B12141 (or 0xB12141) is known color: Cardinal. HEX triplet: B1, 21 and 41. RGB value is (177,33,65). Sum of RGB (Red+Green+Blue) = 177+33+65=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B12141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12141 is #4EDEBE. Grayscale: #4F4F4F. Windows color (decimal): -5168831 or 4268465. OLE color: 4268465.

HSL color Cylindrical-coordinate representation of color #B12141: hue angle of 346.67º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12141 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 65 -
CMYK 0 0.81 0.63 0.31
HSL 346.67º 0.69% 0.41% -
HSV(B) 346.67º 0.81% 0.69% -
XYZ 19.63 10.82 6.05 -
YUV 79.7 119.71 197.4 -
System Red Green Blue C M Y K H S L
Decimal 177 33 65 0 0.81 0.63 0.31 346.67 0.69 0.41
Hex B1 21 41 0 51 3F 1F 15B 45 29
Octal 261 41 101 0 121 77 37 533 105 51
Binary 10110001 100001 1000001 0 1010001 111111 11111 101011011 1000101 101001

Color Harmonies of #B12141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12141

Black with #B12141

Text Example


Text Example

White with #B12141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12141; }

 p { color: rgb(177,33,65); }

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

background-color css

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

 a { background-color: rgb(177,33,65); }

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

border-color css

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

 span { border-color: rgb(177,33,65); }

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