Html Css Color HEX #B61B2F Cardinal

📋 copy color: '#B61B2F'

red 182 ◦ green 27 ◦ blue 47

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

Shades of Cardinal #B61B2F

Tints of Cardinal #B61B2F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.55%

 BLUE value IS 47 (18.75% from 255) = 18.36%

R = 71.09%
G = 10.55%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B61B2F (or 0xB61B2F) is known color: Cardinal. HEX triplet: B6, 1B and 2F. RGB value is (182,27,47). Sum of RGB (Red+Green+Blue) = 182+27+47=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61B2F is #49E4D0. Grayscale: #4B4B4B. Windows color (decimal): -4842705 or 3087286. OLE color: 3087286.

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

Color convert

RGB 182 27 47 -
CMYK 0 0.85 0.74 0.29
HSL 352.26º 0.74% 0.41% -
HSV(B) 352.26º 0.85% 0.71% -
XYZ 20.2 10.93 3.74 -
YUV 75.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 182 27 47 0 0.85 0.74 0.29 352.26 0.74 0.41
Hex B6 1B 2F 0 55 4A 1D 160 4A 29
Octal 266 33 57 0 125 112 35 540 112 51
Binary 10110110 11011 101111 0 1010101 1001010 11101 101100000 1001010 101001

Color Harmonies of #B61B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61B2F

Black with #B61B2F

Text Example


Text Example

White with #B61B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61B2F; }

 p { color: rgb(182,27,47); }

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

background-color css

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

 a { background-color: rgb(182,27,47); }

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

border-color css

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

 span { border-color: rgb(182,27,47); }

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