Html Css Color HEX #B61F37 Cardinal

📋 copy color: '#B61F37'

red 182 ◦ green 31 ◦ blue 55

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

Shades of Cardinal #B61F37

Tints of Cardinal #B61F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.52%

R = 67.91%
G = 11.57%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B61F37 (or 0xB61F37) is known color: Cardinal. HEX triplet: B6, 1F and 37. RGB value is (182,31,55). Sum of RGB (Red+Green+Blue) = 182+31+55=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61F37 is #49E0C8. Grayscale: #4E4E4E. Windows color (decimal): -4841673 or 3612598. OLE color: 3612598.

HSL color Cylindrical-coordinate representation of color #B61F37: hue angle of 350.46º 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 #B61F37 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 31 55 -
CMYK 0 0.83 0.70 0.29
HSL 350.46º 0.71% 0.42% -
HSV(B) 350.46º 0.83% 0.71% -
XYZ 20.47 11.2 4.7 -
YUV 78.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 182 31 55 0 0.83 0.70 0.29 350.46 0.71 0.42
Hex B6 1F 37 0 53 46 1D 15E 47 2A
Octal 266 37 67 0 123 106 35 536 107 52
Binary 10110110 11111 110111 0 1010011 1000110 11101 101011110 1000111 101010

Color Harmonies of #B61F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61F37

Black with #B61F37

Text Example


Text Example

White with #B61F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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