Html Css Color HEX #B61F3C Cardinal

📋 copy color: '#B61F3C'

red 182 ◦ green 31 ◦ blue 60

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

Shades of Cardinal #B61F3C

Tints of Cardinal #B61F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.98%

R = 66.67%
G = 11.36%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B61F3C (or 0xB61F3C) is known color: Cardinal. HEX triplet: B6, 1F and 3C. RGB value is (182,31,60). Sum of RGB (Red+Green+Blue) = 182+31+60=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61F3C is #49E0C3. Grayscale: #4F4F4F. Windows color (decimal): -4841668 or 3940278. OLE color: 3940278.

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

Color convert

RGB 182 31 60 -
CMYK 0 0.83 0.67 0.29
HSL 348.48º 0.71% 0.42% -
HSV(B) 348.48º 0.83% 0.71% -
XYZ 20.6 11.25 5.36 -
YUV 79.46 117.03 201.14 -
System Red Green Blue C M Y K H S L
Decimal 182 31 60 0 0.83 0.67 0.29 348.48 0.71 0.42
Hex B6 1F 3C 0 53 43 1D 15C 47 2A
Octal 266 37 74 0 123 103 35 534 107 52
Binary 10110110 11111 111100 0 1010011 1000011 11101 101011100 1000111 101010

Color Harmonies of #B61F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61F3C

Black with #B61F3C

Text Example


Text Example

White with #B61F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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