Html Css Color HEX #B71741 Cardinal

📋 copy color: '#B71741'

red 183 ◦ green 23 ◦ blue 65

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

Shades of Cardinal #B71741

Tints of Cardinal #B71741

RGB

 RED value IS 183 (71.88% from 255) = 67.53%

 GREEN value IS 23 (9.38% from 255) = 8.49%

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

R = 67.53%
G = 8.49%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B71741 (or 0xB71741) is known color: Cardinal. HEX triplet: B7, 17 and 41. RGB value is (183,23,65). Sum of RGB (Red+Green+Blue) = 183+23+65=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B71741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71741 is #48E8BE. Grayscale: #4B4B4B. Windows color (decimal): -4778175 or 4265911. OLE color: 4265911.

HSL color Cylindrical-coordinate representation of color #B71741: hue angle of 344.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71741 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 23 65 -
CMYK 0 0.87 0.64 0.28
HSL 344.25º 0.78% 0.4% -
HSV(B) 344.25º 0.87% 0.72% -
XYZ 20.79 11.06 6.04 -
YUV 75.63 122.01 204.58 -
System Red Green Blue C M Y K H S L
Decimal 183 23 65 0 0.87 0.64 0.28 344.25 0.78 0.4
Hex B7 17 41 0 57 40 1C 158 4E 28
Octal 267 27 101 0 127 100 34 530 116 50
Binary 10110111 10111 1000001 0 1010111 1000000 11100 101011000 1001110 101000

Color Harmonies of #B71741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71741

Black with #B71741

Text Example


Text Example

White with #B71741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71741; }

 p { color: rgb(183,23,65); }

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

background-color css

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

 a { background-color: rgb(183,23,65); }

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

border-color css

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

 span { border-color: rgb(183,23,65); }

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