Html Css Color HEX #B71641 Cardinal

📋 copy color: '#B71641'

red 183 ◦ green 22 ◦ blue 65

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

Shades of Cardinal #B71641

Tints of Cardinal #B71641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.15%

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

R = 67.78%
G = 8.15%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B71641 (or 0xB71641) is known color: Cardinal. HEX triplet: B7, 16 and 41. RGB value is (183,22,65). Sum of RGB (Red+Green+Blue) = 183+22+65=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B71641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71641 is #48E9BE. Grayscale: #4B4B4B. Windows color (decimal): -4778431 or 4265655. OLE color: 4265655.

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

Color convert

RGB 183 22 65 -
CMYK 0 0.88 0.64 0.28
HSL 343.98º 0.79% 0.4% -
HSV(B) 343.98º 0.88% 0.72% -
XYZ 20.77 11.02 6.03 -
YUV 75.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 183 22 65 0 0.88 0.64 0.28 343.98 0.79 0.4
Hex B7 16 41 0 58 40 1C 158 4F 28
Octal 267 26 101 0 130 100 34 530 117 50
Binary 10110111 10110 1000001 0 1011000 1000000 11100 101011000 1001111 101000

Color Harmonies of #B71641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71641

Black with #B71641

Text Example


Text Example

White with #B71641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71641; }

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

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

background-color css

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

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

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

border-color css

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

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

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