Html Css Color HEX #BF2632 Cardinal

📋 copy color: '#BF2632'

red 191 ◦ green 38 ◦ blue 50

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

Shades of Cardinal #BF2632

Tints of Cardinal #BF2632

RGB

 RED value IS 191 (75% from 255) = 68.46%

 GREEN value IS 38 (15.23% from 255) = 13.62%

 BLUE value IS 50 (19.92% from 255) = 17.92%

R = 68.46%
G = 13.62%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF2632 (or 0xBF2632) is known color: Cardinal. HEX triplet: BF, 26 and 32. RGB value is (191,38,50). Sum of RGB (Red+Green+Blue) = 191+38+50=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2632 is #40D9CD. Grayscale: #555555. Windows color (decimal): -4250062 or 3286719. OLE color: 3286719.

HSL color Cylindrical-coordinate representation of color #BF2632: hue angle of 355.29º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2632 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 38 50 -
CMYK 0 0.80 0.74 0.25
HSL 355.29º 0.67% 0.45% -
HSV(B) 355.29º 0.8% 0.75% -
XYZ 22.75 12.69 4.27 -
YUV 85.12 108.19 203.52 -
System Red Green Blue C M Y K H S L
Decimal 191 38 50 0 0.80 0.74 0.25 355.29 0.67 0.45
Hex BF 26 32 0 50 4A 19 163 43 2D
Octal 277 46 62 0 120 112 31 543 103 55
Binary 10111111 100110 110010 0 1010000 1001010 11001 101100011 1000011 101101

Color Harmonies of #BF2632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2632

Black with #BF2632

Text Example


Text Example

White with #BF2632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2632; }

 p { color: rgb(191,38,50); }

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

background-color css

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

 a { background-color: rgb(191,38,50); }

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

border-color css

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

 span { border-color: rgb(191,38,50); }

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