Html Css Color HEX #B61843 Cardinal

📋 copy color: '#B61843'

red 182 ◦ green 24 ◦ blue 67

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

Shades of Cardinal #B61843

Tints of Cardinal #B61843

RGB

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

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

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

R = 66.67%
G = 8.79%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B61843 (or 0xB61843) is known color: Cardinal. HEX triplet: B6, 18 and 43. RGB value is (182,24,67). Sum of RGB (Red+Green+Blue) = 182+24+67=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B61843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61843 is #49E7BC. Grayscale: #4C4C4C. Windows color (decimal): -4843453 or 4397238. OLE color: 4397238.

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

Color convert

RGB 182 24 67 -
CMYK 0 0.87 0.63 0.29
HSL 343.67º 0.77% 0.4% -
HSV(B) 343.67º 0.87% 0.71% -
XYZ 20.63 11 6.35 -
YUV 76.14 122.85 203.5 -
System Red Green Blue C M Y K H S L
Decimal 182 24 67 0 0.87 0.63 0.29 343.67 0.77 0.4
Hex B6 18 43 0 57 3F 1D 158 4D 28
Octal 266 30 103 0 127 77 35 530 115 50
Binary 10110110 11000 1000011 0 1010111 111111 11101 101011000 1001101 101000

Color Harmonies of #B61843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61843

Black with #B61843

Text Example


Text Example

White with #B61843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61843; }

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

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

background-color css

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

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

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

border-color css

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

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

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