Html Css Color HEX #B71C38 Cardinal

📋 copy color: '#B71C38'

red 183 ◦ green 28 ◦ blue 56

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

Shades of Cardinal #B71C38

Tints of Cardinal #B71C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.97%

R = 68.54%
G = 10.49%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B71C38 (or 0xB71C38) is known color: Cardinal. HEX triplet: B7, 1C and 38. RGB value is (183,28,56). Sum of RGB (Red+Green+Blue) = 183+28+56=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C38 is #48E3C7. Grayscale: #4D4D4D. Windows color (decimal): -4776904 or 3677367. OLE color: 3677367.

HSL color Cylindrical-coordinate representation of color #B71C38: hue angle of 349.16º 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 #B71C38 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 28 56 -
CMYK 0 0.85 0.69 0.28
HSL 349.16º 0.73% 0.41% -
HSV(B) 349.16º 0.85% 0.72% -
XYZ 20.66 11.18 4.81 -
YUV 77.54 115.85 203.22 -
System Red Green Blue C M Y K H S L
Decimal 183 28 56 0 0.85 0.69 0.28 349.16 0.73 0.41
Hex B7 1C 38 0 55 45 1C 15D 49 29
Octal 267 34 70 0 125 105 34 535 111 51
Binary 10110111 11100 111000 0 1010101 1000101 11100 101011101 1001001 101001

Color Harmonies of #B71C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C38

Black with #B71C38

Text Example


Text Example

White with #B71C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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