Html Css Color HEX #B71E3A Cardinal

📋 copy color: '#B71E3A'

red 183 ◦ green 30 ◦ blue 58

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

Shades of Cardinal #B71E3A

Tints of Cardinal #B71E3A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

 BLUE value IS 58 (23.05% from 255) = 21.4%

R = 67.53%
G = 11.07%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B71E3A (or 0xB71E3A) is known color: Cardinal. HEX triplet: B7, 1E and 3A. RGB value is (183,30,58). Sum of RGB (Red+Green+Blue) = 183+30+58=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E3A is #48E1C5. Grayscale: #4E4E4E. Windows color (decimal): -4776390 or 3808951. OLE color: 3808951.

HSL color Cylindrical-coordinate representation of color #B71E3A: hue angle of 349.02º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71E3A is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 30 58 -
CMYK 0 0.84 0.68 0.28
HSL 349.02º 0.72% 0.42% -
HSV(B) 349.02º 0.84% 0.72% -
XYZ 20.76 11.3 5.09 -
YUV 78.94 116.19 202.22 -
System Red Green Blue C M Y K H S L
Decimal 183 30 58 0 0.84 0.68 0.28 349.02 0.72 0.42
Hex B7 1E 3A 0 54 44 1C 15D 48 2A
Octal 267 36 72 0 124 104 34 535 110 52
Binary 10110111 11110 111010 0 1010100 1000100 11100 101011101 1001000 101010

Color Harmonies of #B71E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71E3A

Black with #B71E3A

Text Example


Text Example

White with #B71E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71E3A; }

 p { color: rgb(183,30,58); }

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

background-color css

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

 a { background-color: rgb(183,30,58); }

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

border-color css

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

 span { border-color: rgb(183,30,58); }

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