Html Css Color HEX #B61943 Cardinal

📋 copy color: '#B61943'

red 182 ◦ green 25 ◦ blue 67

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

Shades of Cardinal #B61943

Tints of Cardinal #B61943

RGB

 RED value IS 182 (71.48% from 255) = 66.42%

 GREEN value IS 25 (10.16% from 255) = 9.12%

 BLUE value IS 67 (26.56% from 255) = 24.45%

R = 66.42%
G = 9.12%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B61943 (or 0xB61943) is known color: Cardinal. HEX triplet: B6, 19 and 43. RGB value is (182,25,67). Sum of RGB (Red+Green+Blue) = 182+25+67=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B61943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61943 is #49E6BC. Grayscale: #4C4C4C. Windows color (decimal): -4843197 or 4397494. OLE color: 4397494.

HSL color Cylindrical-coordinate representation of color #B61943: hue angle of 343.95º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61943 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 25 67 -
CMYK 0 0.86 0.63 0.29
HSL 343.95º 0.76% 0.41% -
HSV(B) 343.95º 0.86% 0.71% -
XYZ 20.65 11.05 6.35 -
YUV 76.73 122.51 203.08 -
System Red Green Blue C M Y K H S L
Decimal 182 25 67 0 0.86 0.63 0.29 343.95 0.76 0.41
Hex B6 19 43 0 56 3F 1D 158 4C 29
Octal 266 31 103 0 126 77 35 530 114 51
Binary 10110110 11001 1000011 0 1010110 111111 11101 101011000 1001100 101001

Color Harmonies of #B61943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61943

Black with #B61943

Text Example


Text Example

White with #B61943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61943; }

 p { color: rgb(182,25,67); }

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

background-color css

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

 a { background-color: rgb(182,25,67); }

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

border-color css

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

 span { border-color: rgb(182,25,67); }

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