Html Css Color HEX #B12341 Cardinal

📋 copy color: '#B12341'

red 177 ◦ green 35 ◦ blue 65

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

Shades of Cardinal #B12341

Tints of Cardinal #B12341

RGB

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

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

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

R = 63.9%
G = 12.64%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B12341 (or 0xB12341) is known color: Cardinal. HEX triplet: B1, 23 and 41. RGB value is (177,35,65). Sum of RGB (Red+Green+Blue) = 177+35+65=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B12341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12341 is #4EDCBE. Grayscale: #505050. Windows color (decimal): -5168319 or 4268977. OLE color: 4268977.

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

Color convert

RGB 177 35 65 -
CMYK 0 0.80 0.63 0.31
HSL 347.32º 0.67% 0.42% -
HSV(B) 347.32º 0.8% 0.69% -
XYZ 19.69 10.93 6.07 -
YUV 80.88 119.04 196.56 -
System Red Green Blue C M Y K H S L
Decimal 177 35 65 0 0.80 0.63 0.31 347.32 0.67 0.42
Hex B1 23 41 0 50 3F 1F 15B 43 2A
Octal 261 43 101 0 120 77 37 533 103 52
Binary 10110001 100011 1000001 0 1010000 111111 11111 101011011 1000011 101010

Color Harmonies of #B12341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12341

Black with #B12341

Text Example


Text Example

White with #B12341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12341; }

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

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

background-color css

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

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

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

border-color css

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

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

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