Html Css Color HEX #B61F36 Cardinal

📋 copy color: '#B61F36'

red 182 ◦ green 31 ◦ blue 54

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

Shades of Cardinal #B61F36

Tints of Cardinal #B61F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.22%

R = 68.16%
G = 11.61%
B = 20.22%

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

#B61F36 (or 0xB61F36) is known color: Cardinal. HEX triplet: B6, 1F and 36. RGB value is (182,31,54). Sum of RGB (Red+Green+Blue) = 182+31+54=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61F36 is #49E0C9. Grayscale: #4E4E4E. Windows color (decimal): -4841674 or 3547062. OLE color: 3547062.

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

Color convert

RGB 182 31 54 -
CMYK 0 0.83 0.70 0.29
HSL 350.86º 0.71% 0.42% -
HSV(B) 350.86º 0.83% 0.71% -
XYZ 20.45 11.19 4.57 -
YUV 78.77 114.03 201.63 -
System Red Green Blue C M Y K H S L
Decimal 182 31 54 0 0.83 0.70 0.29 350.86 0.71 0.42
Hex B6 1F 36 0 53 46 1D 15F 47 2A
Octal 266 37 66 0 123 106 35 537 107 52
Binary 10110110 11111 110110 0 1010011 1000110 11101 101011111 1000111 101010

Color Harmonies of #B61F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61F36

Black with #B61F36

Text Example


Text Example

White with #B61F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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