Html Css Color HEX #B71C2F Cardinal

📋 copy color: '#B71C2F'

red 183 ◦ green 28 ◦ blue 47

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

Shades of Cardinal #B71C2F

Tints of Cardinal #B71C2F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.85%

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 70.93%
G = 10.85%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B71C2F (or 0xB71C2F) is known color: Cardinal. HEX triplet: B7, 1C and 2F. RGB value is (183,28,47). Sum of RGB (Red+Green+Blue) = 183+28+47=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C2F is #48E3D0. Grayscale: #4C4C4C. Windows color (decimal): -4776913 or 3087543. OLE color: 3087543.

HSL color Cylindrical-coordinate representation of color #B71C2F: hue angle of 352.65º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71C2F is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 28 47 -
CMYK 0 0.85 0.74 0.28
HSL 352.65º 0.73% 0.41% -
HSV(B) 352.65º 0.85% 0.72% -
XYZ 20.46 11.1 3.75 -
YUV 76.51 111.35 203.96 -
System Red Green Blue C M Y K H S L
Decimal 183 28 47 0 0.85 0.74 0.28 352.65 0.73 0.41
Hex B7 1C 2F 0 55 4A 1C 161 49 29
Octal 267 34 57 0 125 112 34 541 111 51
Binary 10110111 11100 101111 0 1010101 1001010 11100 101100001 1001001 101001

Color Harmonies of #B71C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C2F

Black with #B71C2F

Text Example


Text Example

White with #B71C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C2F; }

 p { color: rgb(183,28,47); }

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

background-color css

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

 a { background-color: rgb(183,28,47); }

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

border-color css

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

 span { border-color: rgb(183,28,47); }

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