Html Css Color HEX #B71B2A Cardinal

📋 copy color: '#B71B2A'

red 183 ◦ green 27 ◦ blue 42

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

Shades of Cardinal #B71B2A

Tints of Cardinal #B71B2A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.71%

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 72.62%
G = 10.71%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B71B2A (or 0xB71B2A) is known color: Cardinal. HEX triplet: B7, 1B and 2A. RGB value is (183,27,42). Sum of RGB (Red+Green+Blue) = 183+27+42=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71B2A is #48E4D5. Grayscale: #4B4B4B. Windows color (decimal): -4777174 or 2759607. OLE color: 2759607.

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

Color convert

RGB 183 27 42 -
CMYK 0 0.85 0.77 0.28
HSL 354.23º 0.74% 0.41% -
HSV(B) 354.23º 0.85% 0.72% -
XYZ 20.34 11.02 3.25 -
YUV 75.35 109.18 204.78 -
System Red Green Blue C M Y K H S L
Decimal 183 27 42 0 0.85 0.77 0.28 354.23 0.74 0.41
Hex B7 1B 2A 0 55 4D 1C 162 4A 29
Octal 267 33 52 0 125 115 34 542 112 51
Binary 10110111 11011 101010 0 1010101 1001101 11100 101100010 1001010 101001

Color Harmonies of #B71B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71B2A

Black with #B71B2A

Text Example


Text Example

White with #B71B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71B2A; }

 p { color: rgb(183,27,42); }

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

background-color css

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

 a { background-color: rgb(183,27,42); }

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

border-color css

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

 span { border-color: rgb(183,27,42); }

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