Html Css Color HEX #B61441 Cardinal

📋 copy color: '#B61441'

red 182 ◦ green 20 ◦ blue 65

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

Shades of Cardinal #B61441

Tints of Cardinal #B61441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

 BLUE value IS 65 (25.78% from 255) = 24.34%

R = 68.16%
G = 7.49%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B61441 (or 0xB61441) is known color: Cardinal. HEX triplet: B6, 14 and 41. RGB value is (182,20,65). Sum of RGB (Red+Green+Blue) = 182+20+65=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B61441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61441 is #49EBBE. Grayscale: #494949. Windows color (decimal): -4844479 or 4265142. OLE color: 4265142.

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

Color convert

RGB 182 20 65 -
CMYK 0 0.89 0.64 0.29
HSL 343.33º 0.8% 0.4% -
HSV(B) 343.33º 0.89% 0.71% -
XYZ 20.5 10.83 6.01 -
YUV 73.57 123.17 205.34 -
System Red Green Blue C M Y K H S L
Decimal 182 20 65 0 0.89 0.64 0.29 343.33 0.8 0.4
Hex B6 14 41 0 59 40 1D 157 50 28
Octal 266 24 101 0 131 100 35 527 120 50
Binary 10110110 10100 1000001 0 1011001 1000000 11101 101010111 1010000 101000

Color Harmonies of #B61441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61441

Black with #B61441

Text Example


Text Example

White with #B61441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61441; }

 p { color: rgb(182,20,65); }

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

background-color css

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

 a { background-color: rgb(182,20,65); }

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

border-color css

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

 span { border-color: rgb(182,20,65); }

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