Html Css Color HEX #B61F45 Cardinal

📋 copy color: '#B61F45'

red 182 ◦ green 31 ◦ blue 69

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

Shades of Cardinal #B61F45

Tints of Cardinal #B61F45

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.99%

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

R = 64.54%
G = 10.99%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B61F45 (or 0xB61F45) is known color: Cardinal. HEX triplet: B6, 1F and 45. RGB value is (182,31,69). Sum of RGB (Red+Green+Blue) = 182+31+69=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61F45 is #49E0BA. Grayscale: #505050. Windows color (decimal): -4841659 or 4530102. OLE color: 4530102.

HSL color Cylindrical-coordinate representation of color #B61F45: hue angle of 344.9º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B61F45 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 31 69 -
CMYK 0 0.83 0.62 0.29
HSL 344.9º 0.71% 0.42% -
HSV(B) 344.9º 0.83% 0.71% -
XYZ 20.86 11.35 6.72 -
YUV 80.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 182 31 69 0 0.83 0.62 0.29 344.9 0.71 0.42
Hex B6 1F 45 0 53 3E 1D 159 47 2A
Octal 266 37 105 0 123 76 35 531 107 52
Binary 10110110 11111 1000101 0 1010011 111110 11101 101011001 1000111 101010

Color Harmonies of #B61F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61F45

Black with #B61F45

Text Example


Text Example

White with #B61F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61F45; }

 p { color: rgb(182,31,69); }

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

background-color css

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

 a { background-color: rgb(182,31,69); }

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

border-color css

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

 span { border-color: rgb(182,31,69); }

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