Html Css Color HEX #B71F2D Cardinal

📋 copy color: '#B71F2D'

red 183 ◦ green 31 ◦ blue 45

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

Shades of Cardinal #B71F2D

Tints of Cardinal #B71F2D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.97%

 BLUE value IS 45 (17.97% from 255) = 17.37%

R = 70.66%
G = 11.97%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B71F2D (or 0xB71F2D) is known color: Cardinal. HEX triplet: B7, 1F and 2D. RGB value is (183,31,45). Sum of RGB (Red+Green+Blue) = 183+31+45=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71F2D is #48E0D2. Grayscale: #4E4E4E. Windows color (decimal): -4776147 or 2957239. OLE color: 2957239.

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

Color convert

RGB 183 31 45 -
CMYK 0 0.83 0.75 0.28
HSL 354.47º 0.71% 0.42% -
HSV(B) 354.47º 0.83% 0.72% -
XYZ 20.49 11.24 3.57 -
YUV 78.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 183 31 45 0 0.83 0.75 0.28 354.47 0.71 0.42
Hex B7 1F 2D 0 53 4B 1C 162 47 2A
Octal 267 37 55 0 123 113 34 542 107 52
Binary 10110111 11111 101101 0 1010011 1001011 11100 101100010 1000111 101010

Color Harmonies of #B71F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71F2D

Black with #B71F2D

Text Example


Text Example

White with #B71F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71F2D; }

 p { color: rgb(183,31,45); }

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

background-color css

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

 a { background-color: rgb(183,31,45); }

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

border-color css

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

 span { border-color: rgb(183,31,45); }

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