Html Css Color HEX #B71845 Cardinal

📋 copy color: '#B71845'

red 183 ◦ green 24 ◦ blue 69

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

Shades of Cardinal #B71845

Tints of Cardinal #B71845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

 BLUE value IS 69 (27.34% from 255) = 25%

R = 66.3%
G = 8.7%
B = 25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B71845 (or 0xB71845) is known color: Cardinal. HEX triplet: B7, 18 and 45. RGB value is (183,24,69). Sum of RGB (Red+Green+Blue) = 183+24+69=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B71845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71845 is #48E7BA. Grayscale: #4C4C4C. Windows color (decimal): -4777915 or 4528311. OLE color: 4528311.

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

Color convert

RGB 183 24 69 -
CMYK 0 0.87 0.62 0.28
HSL 343.02º 0.77% 0.41% -
HSV(B) 343.02º 0.87% 0.72% -
XYZ 20.93 11.15 6.68 -
YUV 76.67 123.68 203.84 -
System Red Green Blue C M Y K H S L
Decimal 183 24 69 0 0.87 0.62 0.28 343.02 0.77 0.41
Hex B7 18 45 0 57 3E 1C 157 4D 29
Octal 267 30 105 0 127 76 34 527 115 51
Binary 10110111 11000 1000101 0 1010111 111110 11100 101010111 1001101 101001

Color Harmonies of #B71845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71845

Black with #B71845

Text Example


Text Example

White with #B71845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71845; }

 p { color: rgb(183,24,69); }

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

background-color css

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

 a { background-color: rgb(183,24,69); }

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

border-color css

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

 span { border-color: rgb(183,24,69); }

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