Html Css Color HEX #B71D2D Cardinal

📋 copy color: '#B71D2D'

red 183 ◦ green 29 ◦ blue 45

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

Shades of Cardinal #B71D2D

Tints of Cardinal #B71D2D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.28%

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

R = 71.21%
G = 11.28%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B71D2D (or 0xB71D2D) is known color: Cardinal. HEX triplet: B7, 1D and 2D. RGB value is (183,29,45). Sum of RGB (Red+Green+Blue) = 183+29+45=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71D2D is #48E2D2. Grayscale: #4C4C4C. Windows color (decimal): -4776659 or 2956727. OLE color: 2956727.

HSL color Cylindrical-coordinate representation of color #B71D2D: hue angle of 353.77º degrees, saturation: 0.73, 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 #B71D2D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 29 45 -
CMYK 0 0.84 0.75 0.28
HSL 353.77º 0.73% 0.42% -
HSV(B) 353.77º 0.84% 0.72% -
XYZ 20.44 11.14 3.55 -
YUV 76.87 110.02 203.7 -
System Red Green Blue C M Y K H S L
Decimal 183 29 45 0 0.84 0.75 0.28 353.77 0.73 0.42
Hex B7 1D 2D 0 54 4B 1C 162 49 2A
Octal 267 35 55 0 124 113 34 542 111 52
Binary 10110111 11101 101101 0 1010100 1001011 11100 101100010 1001001 101010

Color Harmonies of #B71D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71D2D

Black with #B71D2D

Text Example


Text Example

White with #B71D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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